#85CEC8

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

Shades of Bermuda #85CEC8

Tints of Bermuda #85CEC8

Color information

#85CEC8 (or 0x85CEC8) is unknown color: approx Bermuda. HEX triplet: 85, CE and C8. RGB value is (133,206,200). Sum of RGB (Red+Green+Blue) = 133+206+200=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEC8 is #7A3137. Grayscale: #B7B7B7. Windows color (decimal): -8007992 or 13160069. OLE color: 13160069.

HSL color Cylindrical-coordinate representation of color #85CEC8: hue angle of 175.07º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEC8 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB133206200-
CMYK0.3500.030.19
HSL175.07º42.69%66.47%-
HSV(B)175.07º35.44%80.78%-
XYZ42.1753.362.71-
YUV183.49137.3291.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=24.68%
G=38.22%
B=37.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332062000.3500.030.19175.0742.6966.47
Hex85CEC8230313af2b42
Octal20531631043032325753102
Binary10000101110011101100100010001101110011101011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,200); }

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

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

 a { background-color: rgb(133,206,200); }

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

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

 span { border-color: rgb(133,206,200); }

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