#88CBDC

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

Shades of Spray #88CBDC

Tints of Spray #88CBDC

Color information

#88CBDC (or 0x88CBDC) is unknown color: approx Spray. HEX triplet: 88, CB and DC. RGB value is (136,203,220). Sum of RGB (Red+Green+Blue) = 136+203+220=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #88CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBDC is #773423. Grayscale: #B8B8B8. Windows color (decimal): -7812132 or 14470024. OLE color: 14470024.

HSL color Cylindrical-coordinate representation of color #88CBDC: hue angle of 192.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CBDC is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136203220-
CMYK0.380.0800.14
HSL192.14º54.55%69.8%-
HSV(B)192.14º38.18%86.27%-
XYZ44.4353.1175.62-
YUV184.9147.893.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.33%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=24.33%
G=36.31%
B=39.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362032200.380.0800.14192.1454.5569.8
Hex88CBDC2680Ec03746
Octal210313334461001630067106
Binary100010001100101111011100100110100001110110000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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