#85CCC9

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

Shades of Bermuda #85CCC9

Tints of Bermuda #85CCC9

Color information

#85CCC9 (or 0x85CCC9) is unknown color: approx Bermuda. HEX triplet: 85, CC and C9. RGB value is (133,204,201). Sum of RGB (Red+Green+Blue) = 133+204+201=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCC9 is #7A3336. Grayscale: #B6B6B6. Windows color (decimal): -8008503 or 13225093. OLE color: 13225093.

HSL color Cylindrical-coordinate representation of color #85CCC9: hue angle of 177.46º 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 #85CCC9 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB133204201-
CMYK0.3500.010.2
HSL177.46º41.04%66.08%-
HSV(B)177.46º34.8%80%-
XYZ41.8152.3963.17-
YUV182.43138.4892.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=24.72%
G=37.92%
B=37.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332042010.3500.010.2177.4641.0466.08
Hex85CCC9230114b12942
Octal20531431143012426151102
Binary1000010111001100110010011000110110100101100011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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