#88CADD

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

Shades of Spray #88CADD

Tints of Spray #88CADD

Color information

#88CADD (or 0x88CADD) is unknown color: approx Spray. HEX triplet: 88, CA and DD. RGB value is (136,202,221). Sum of RGB (Red+Green+Blue) = 136+202+221=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #88CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CADD is #773522. Grayscale: #B8B8B8. Windows color (decimal): -7812387 or 14535304. OLE color: 14535304.

HSL color Cylindrical-coordinate representation of color #88CADD: hue angle of 193.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CADD is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136202221-
CMYK0.380.0900.13
HSL193.41º55.56%70%-
HSV(B)193.41º38.46%86.67%-
XYZ44.3352.776.24-
YUV184.43148.6393.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.33%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=24.33%
G=36.14%
B=39.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362022210.380.0900.13193.4155.5670
Hex88CADD2690Dc13846
Octal210312335461101530170106
Binary100010001100101011011101100110100101101110000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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