#88CAD6

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

Shades of Spray #88CAD6

Tints of Spray #88CAD6

Color information

#88CAD6 (or 0x88CAD6) is unknown color: approx Spray. HEX triplet: 88, CA and D6. RGB value is (136,202,214). Sum of RGB (Red+Green+Blue) = 136+202+214=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #88CAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAD6 is #773529. Grayscale: #B7B7B7. Windows color (decimal): -7812394 or 14076552. OLE color: 14076552.

HSL color Cylindrical-coordinate representation of color #88CAD6: hue angle of 189.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88CAD6 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136202214-
CMYK0.360.0600.16
HSL189.23º48.75%68.63%-
HSV(B)189.23º36.45%83.92%-
XYZ43.4152.3371.43-
YUV183.63145.1394.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.64%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 214 (83.98% from 255) = 38.77%
R=24.64%
G=36.59%
B=38.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362022140.360.0600.16189.2348.7568.63
Hex88CAD6246010bd3145
Octal21031232644602027561105
Binary100010001100101011010110100100110010000101111011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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