#88C7DC

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

Shades of Spray #88C7DC

Tints of Spray #88C7DC

Color information

#88C7DC (or 0x88C7DC) is unknown color: approx Spray. HEX triplet: 88, C7 and DC. RGB value is (136,199,220). Sum of RGB (Red+Green+Blue) = 136+199+220=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #88C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C7DC is #773823. Grayscale: #B6B6B6. Windows color (decimal): -7813156 or 14469000. OLE color: 14469000.

HSL color Cylindrical-coordinate representation of color #88C7DC: hue angle of 195º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C7DC is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136199220-
CMYK0.380.1000.14
HSL195º54.55%69.8%-
HSV(B)195º38.18%86.27%-
XYZ43.551.2575.31-
YUV182.56149.1394.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.50%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=24.50%
G=35.86%
B=39.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361992200.380.1000.1419554.5569.8
Hex88C7DC26A0Ec33746
Octal210307334461201630367106
Binary100010001100011111011100100110101001110110000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,199,220); }

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

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

 a { background-color: rgb(136,199,220); }

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

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

 span { border-color: rgb(136,199,220); }

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