#85CCC7

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

Shades of Bermuda #85CCC7

Tints of Bermuda #85CCC7

Color information

#85CCC7 (or 0x85CCC7) is unknown color: approx Bermuda. HEX triplet: 85, CC and C7. RGB value is (133,204,199). Sum of RGB (Red+Green+Blue) = 133+204+199=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCC7 is #7A3338. Grayscale: #B6B6B6. Windows color (decimal): -8008505 or 13094021. OLE color: 13094021.

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

Color convert

RGB133204199-
CMYK0.3500.020.2
HSL175.77º41.04%66.08%-
HSV(B)175.77º34.8%80%-
XYZ41.5752.361.94-
YUV182.2137.4892.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=24.81%
G=38.06%
B=37.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041990.3500.020.2175.7741.0466.08
Hex85CCC7230214b02942
Octal20531430743022426051102
Binary10000101110011001100011110001101010100101100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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