#88CBC9

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

Shades of Bermuda #88CBC9

Tints of Bermuda #88CBC9

Color information

#88CBC9 (or 0x88CBC9) is unknown color: approx Bermuda. HEX triplet: 88, CB and C9. RGB value is (136,203,201). Sum of RGB (Red+Green+Blue) = 136+203+201=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBC9 is #773436. Grayscale: #B6B6B6. Windows color (decimal): -7812151 or 13224840. OLE color: 13224840.

HSL color Cylindrical-coordinate representation of color #88CBC9: hue angle of 178.21º 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 #88CBC9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB136203201-
CMYK0.3300.010.20
HSL178.21º39.18%66.47%-
HSV(B)178.21º33%79.61%-
XYZ42.0552.1663.11-
YUV182.74138.394.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.19%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=25.19%
G=37.59%
B=37.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362032010.3300.010.20178.2139.1866.47
Hex88CBC9210114b22742
Octal21031331141012426247102
Binary1000100011001011110010011000010110100101100101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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