#85CDCB

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

Shades of Bermuda #85CDCB

Tints of Bermuda #85CDCB

Color information

#85CDCB (or 0x85CDCB) is unknown color: approx Bermuda. HEX triplet: 85, CD and CB. RGB value is (133,205,203). Sum of RGB (Red+Green+Blue) = 133+205+203=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDCB is #7A3234. Grayscale: #B7B7B7. Windows color (decimal): -8008245 or 13356421. OLE color: 13356421.

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

Color convert

RGB133205203-
CMYK0.3500.010.20
HSL178.33º41.86%66.27%-
HSV(B)178.33º35.12%80.39%-
XYZ42.2852.9664.49-
YUV183.24139.1592.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.58%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=24.58%
G=37.89%
B=37.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332052030.3500.010.20178.3341.8666.27
Hex85CDCB230114b22a42
Octal20531531343012426252102
Binary1000010111001101110010111000110110100101100101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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