#88CDD6

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

Shades of Spray #88CDD6

Tints of Spray #88CDD6

Color information

#88CDD6 (or 0x88CDD6) is unknown color: approx Spray. HEX triplet: 88, CD and D6. RGB value is (136,205,214). Sum of RGB (Red+Green+Blue) = 136+205+214=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #88CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDD6 is #773229. Grayscale: #B9B9B9. Windows color (decimal): -7811626 or 14077320. OLE color: 14077320.

HSL color Cylindrical-coordinate representation of color #88CDD6: hue angle of 186.92º 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 #88CDD6 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136205214-
CMYK0.360.0400.16
HSL186.92º48.75%68.63%-
HSV(B)186.92º36.45%83.92%-
XYZ44.1253.7571.67-
YUV185.4144.1492.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.50%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=24.50%
G=36.94%
B=38.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362052140.360.0400.16186.9248.7568.63
Hex88CDD6244010bb3145
Octal21031532644402027361105
Binary100010001100110111010110100100100010000101110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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