#88CBCC

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

Shades of Spray #88CBCC

Tints of Spray #88CBCC

Color information

#88CBCC (or 0x88CBCC) is unknown color: approx Spray. HEX triplet: 88, CB and CC. RGB value is (136,203,204). Sum of RGB (Red+Green+Blue) = 136+203+204=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #88CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBCC is #773433. Grayscale: #B7B7B7. Windows color (decimal): -7812148 or 13421448. OLE color: 13421448.

HSL color Cylindrical-coordinate representation of color #88CBCC: hue angle of 180.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CBCC is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136203204-
CMYK0.330.0000.2
HSL180.88º40%66.67%-
HSV(B)180.88º33.33%80%-
XYZ42.4152.3164.99-
YUV183.08139.894.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.05%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=25.05%
G=37.38%
B=37.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362032040.330.0000.2180.884066.67
Hex88CBCC210014b52843
Octal21031331441002426550103
Binary1000100011001011110011001000010010100101101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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