#85CBB8

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

Shades of Bermuda #85CBB8

Tints of Bermuda #85CBB8

Color information

#85CBB8 (or 0x85CBB8) is unknown color: approx Bermuda. HEX triplet: 85, CB and B8. RGB value is (133,203,184). Sum of RGB (Red+Green+Blue) = 133+203+184=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBB8 is #7A3447. Grayscale: #B3B3B3. Windows color (decimal): -8008776 or 12110725. OLE color: 12110725.

HSL color Cylindrical-coordinate representation of color #85CBB8: hue angle of 163.71º 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 #85CBB8 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB133203184-
CMYK0.3400.090.20
HSL163.71º40.23%65.88%-
HSV(B)163.71º34.48%79.61%-
XYZ39.6851.1653.13-
YUV179.9130.3194.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=25.58%
G=39.04%
B=35.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332031840.3400.090.20163.7140.2365.88
Hex85CBB8220914a42842
Octal205313270420112424450102
Binary1000010111001011101110001000100100110100101001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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