#88C6CD

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

Shades of Spray #88C6CD

Tints of Spray #88C6CD

Color information

#88C6CD (or 0x88C6CD) is unknown color: approx Spray. HEX triplet: 88, C6 and CD. RGB value is (136,198,205). Sum of RGB (Red+Green+Blue) = 136+198+205=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #88C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C6CD is #773932. Grayscale: #B4B4B4. Windows color (decimal): -7813427 or 13485704. OLE color: 13485704.

HSL color Cylindrical-coordinate representation of color #88C6CD: hue angle of 186.09º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C6CD is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136198205-
CMYK0.340.0300.20
HSL186.09º40.83%66.86%-
HSV(B)186.09º33.66%80.39%-
XYZ41.3750.0365.23-
YUV180.26141.9696.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.23%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=25.23%
G=36.73%
B=38.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361982050.340.0300.20186.0940.8366.86
Hex88C6CD223014ba2943
Octal21030631542302427251103
Binary10001000110001101100110110001011010100101110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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