#88CDDD

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

Shades of Spray #88CDDD

Tints of Spray #88CDDD

Color information

#88CDDD (or 0x88CDDD) is unknown color: approx Spray. HEX triplet: 88, CD and DD. RGB value is (136,205,221). Sum of RGB (Red+Green+Blue) = 136+205+221=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #88CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDDD is #773222. Grayscale: #BABABA. Windows color (decimal): -7811619 or 14536072. OLE color: 14536072.

HSL color Cylindrical-coordinate representation of color #88CDDD: hue angle of 191.29º 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 #88CDDD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136205221-
CMYK0.380.0700.13
HSL191.29º55.56%70%-
HSV(B)191.29º38.46%86.67%-
XYZ45.0454.1276.48-
YUV186.19147.6492.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=24.20%
G=36.48%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362052210.380.0700.13191.2955.5670
Hex88CDDD2670Dbf3846
Octal21031533546701527770106
Binary10001000110011011101110110011011101101101111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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