#88CBE0

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

Shades of Spray #88CBE0

Tints of Spray #88CBE0

Color information

#88CBE0 (or 0x88CBE0) is unknown color: approx Spray. HEX triplet: 88, CB and E0. RGB value is (136,203,224). Sum of RGB (Red+Green+Blue) = 136+203+224=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #88CBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBE0 is #77341F. Grayscale: #B9B9B9. Windows color (decimal): -7812128 or 14732168. OLE color: 14732168.

HSL color Cylindrical-coordinate representation of color #88CBE0: hue angle of 194.32º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88CBE0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136203224-
CMYK0.390.0900.12
HSL194.32º58.67%70.59%-
HSV(B)194.32º39.29%87.84%-
XYZ44.9653.3378.44-
YUV185.36149.892.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.16%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=24.16%
G=36.06%
B=39.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362032240.390.0900.12194.3258.6770.59
Hex88CBE02790Cc23b47
Octal210313340471101430273107
Binary100010001100101111100000100111100101100110000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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