#88CBCA

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

Shades of Bermuda #88CBCA

Tints of Bermuda #88CBCA

Color information

#88CBCA (or 0x88CBCA) is unknown color: approx Bermuda. HEX triplet: 88, CB and CA. RGB value is (136,203,202). Sum of RGB (Red+Green+Blue) = 136+203+202=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCA is #773435. Grayscale: #B6B6B6. Windows color (decimal): -7812150 or 13290376. OLE color: 13290376.

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

Color convert

RGB136203202-
CMYK0.3300.000.20
HSL179.1º39.18%66.47%-
HSV(B)179.1º33%79.61%-
XYZ42.1752.2163.73-
YUV182.85138.894.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.14%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=25.14%
G=37.52%
B=37.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362032020.3300.000.20179.139.1866.47
Hex88CBCA210014b32742
Octal21031331241002426347102
Binary1000100011001011110010101000010010100101100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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