#88C4DB

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

Shades of Spray #88C4DB

Tints of Spray #88C4DB

Color information

#88C4DB (or 0x88C4DB) is unknown color: approx Spray. HEX triplet: 88, C4 and DB. RGB value is (136,196,219). Sum of RGB (Red+Green+Blue) = 136+196+219=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #88C4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4DB is #773B24. Grayscale: #B4B4B4. Windows color (decimal): -7813925 or 14402696. OLE color: 14402696.

HSL color Cylindrical-coordinate representation of color #88C4DB: hue angle of 196.63º degrees, saturation: 0.54, 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 #88C4DB is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136196219-
CMYK0.380.1100.14
HSL196.63º53.55%69.61%-
HSV(B)196.63º37.9%85.88%-
XYZ42.6849.8374.39-
YUV180.68149.6296.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.68%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=24.68%
G=35.57%
B=39.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361962190.380.1100.14196.6353.5569.61
Hex88C4DB26B0Ec53646
Octal210304333461301630566106
Binary100010001100010011011011100110101101110110001011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,196,219); }

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

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

 a { background-color: rgb(136,196,219); }

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

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

 span { border-color: rgb(136,196,219); }

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