#88CAD5

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

Shades of Spray #88CAD5

Tints of Spray #88CAD5

Color information

#88CAD5 (or 0x88CAD5) is unknown color: approx Spray. HEX triplet: 88, CA and D5. RGB value is (136,202,213). Sum of RGB (Red+Green+Blue) = 136+202+213=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #88CAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAD5 is #77352A. Grayscale: #B7B7B7. Windows color (decimal): -7812395 or 14011016. OLE color: 14011016.

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

Color convert

RGB136202213-
CMYK0.360.0500.16
HSL188.57º47.83%68.43%-
HSV(B)188.57º36.15%83.53%-
XYZ43.2852.2870.76-
YUV183.52144.6394.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.68%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=24.68%
G=36.66%
B=38.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362022130.360.0500.16188.5747.8368.43
Hex88CAD5245010bd3044
Octal21031232544502027560104
Binary100010001100101011010101100100101010000101111011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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