#88CBCB

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

Shades of Bermuda #88CBCB

Tints of Bermuda #88CBCB

Color information

#88CBCB (or 0x88CBCB) is unknown color: approx Bermuda. HEX triplet: 88, CB and CB. RGB value is (136,203,203). Sum of RGB (Red+Green+Blue) = 136+203+203=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #88CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCB is #773434. Grayscale: #B6B6B6. Windows color (decimal): -7812149 or 13355912. OLE color: 13355912.

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

Color convert

RGB136203203-
CMYK0.33000.20
HSL180º39.18%66.47%-
HSV(B)180º33%79.61%-
XYZ42.2952.2664.36-
YUV182.97139.394.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.09%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=25.09%
G=37.45%
B=37.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362032030.33000.2018039.1866.47
Hex88CBCB210014b42742
Octal21031331341002426447102
Binary1000100011001011110010111000010010100101101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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