#85CBCB

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

Shades of Bermuda #85CBCB

Tints of Bermuda #85CBCB

Color information

#85CBCB (or 0x85CBCB) is unknown color: approx Bermuda. HEX triplet: 85, CB and CB. RGB value is (133,203,203). Sum of RGB (Red+Green+Blue) = 133+203+203=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #85CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBCB is #7A3434. Grayscale: #B6B6B6. Windows color (decimal): -8008757 or 13355909. OLE color: 13355909.

HSL color Cylindrical-coordinate representation of color #85CBCB: hue angle of 180º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBCB is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133203203-
CMYK0.34000.20
HSL180º40.23%65.88%-
HSV(B)180º34.48%79.61%-
XYZ41.8152.0164.34-
YUV182.07139.8193-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=24.68%
G=37.66%
B=37.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332032030.34000.2018040.2365.88
Hex85CBCB220014b42842
Octal20531331342002426450102
Binary1000010111001011110010111000100010100101101001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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