#85CBBD

Color #85CBBD Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #85CBBD

Tints of Bermuda #85CBBD

Color information

#85CBBD (or 0x85CBBD) is unknown color: approx Bermuda. HEX triplet: 85, CB and BD. RGB value is (133,203,189). Sum of RGB (Red+Green+Blue) = 133+203+189=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBBD is #7A3442. Grayscale: #B4B4B4. Windows color (decimal): -8008771 or 12438405. OLE color: 12438405.

HSL color Cylindrical-coordinate representation of color #85CBBD: hue angle of 168º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBBD is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB133203189-
CMYK0.3400.070.20
HSL168º40.23%65.88%-
HSV(B)168º34.48%79.61%-
XYZ40.2151.3755.94-
YUV180.47132.8194.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 189 (74.22% from 255) = 36%
R=25.33%
G=38.67%
B=36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332031890.3400.070.2016840.2365.88
Hex85CBBD220714a82842
Octal20531327542072425050102
Binary100001011100101110111101100010011110100101010001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85CBBD; }

 p { color: rgb(133,203,189); }

 H1.HeaderClassName
 {
   color: #85CBBD;
 }
 .AnyTagClassName
 {
   color: #85CBBD;
 }
</style>
background-color css

<style>
 a { background-color: #85CBBD; }

 a { background-color: rgb(133,203,189); }

 div.DivClassName
 {
   background-color: #85CBBD;
 }
 .BgClassName
 {
   background-color: #85CBBD;
 }
</style>
border-color css

<style>
 span { border-color: #85CBBD; }

 span { border-color: rgb(133,203,189); }

 td.TdClassName
 {
   border-color: #85CBBD;
 }
 .TagClassName
 {
   border-color: #85CBBD;
 }
</style>