#88C6DC

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

Shades of Spray #88C6DC

Tints of Spray #88C6DC

Color information

#88C6DC (or 0x88C6DC) is unknown color: approx Spray. HEX triplet: 88, C6 and DC. RGB value is (136,198,220). Sum of RGB (Red+Green+Blue) = 136+198+220=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #88C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C6DC is #773923. Grayscale: #B5B5B5. Windows color (decimal): -7813412 or 14468744. OLE color: 14468744.

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

Color convert

RGB136198220-
CMYK0.380.100.14
HSL195.71º54.55%69.8%-
HSV(B)195.71º38.18%86.27%-
XYZ43.2750.7975.23-
YUV181.97149.4695.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.55%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=24.55%
G=35.74%
B=39.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361982200.380.100.14195.7154.5569.8
Hex88C6DC26A0Ec43746
Octal210306334461201630467106
Binary100010001100011011011100100110101001110110001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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