#85CCB8

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

Shades of Bermuda #85CCB8

Tints of Bermuda #85CCB8

Color information

#85CCB8 (or 0x85CCB8) is unknown color: approx Bermuda. HEX triplet: 85, CC and B8. RGB value is (133,204,184). Sum of RGB (Red+Green+Blue) = 133+204+184=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCB8 is #7A3347. Grayscale: #B4B4B4. Windows color (decimal): -8008520 or 12110981. OLE color: 12110981.

HSL color Cylindrical-coordinate representation of color #85CCB8: hue angle of 163.1º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CCB8 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB133204184-
CMYK0.3500.100.2
HSL163.1º41.04%66.08%-
HSV(B)163.1º34.8%80%-
XYZ39.9251.6353.21-
YUV180.49129.9894.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=25.53%
G=39.16%
B=35.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041840.3500.100.2163.141.0466.08
Hex85CCB8230A14a32942
Octal205314270430122424351102
Binary1000010111001100101110001000110101010100101000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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