#88CACE

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

Shades of Spray #88CACE

Tints of Spray #88CACE

Color information

#88CACE (or 0x88CACE) is unknown color: approx Spray. HEX triplet: 88, CA and CE. RGB value is (136,202,206). Sum of RGB (Red+Green+Blue) = 136+202+206=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #88CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CACE is #773531. Grayscale: #B6B6B6. Windows color (decimal): -7812402 or 13552264. OLE color: 13552264.

HSL color Cylindrical-coordinate representation of color #88CACE: hue angle of 183.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CACE is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136202206-
CMYK0.340.0200.19
HSL183.43º41.67%67.06%-
HSV(B)183.43º33.98%80.78%-
XYZ42.4151.9366.18-
YUV182.72141.1394.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=25%
G=37.13%
B=37.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1362022060.340.0200.19183.4341.6767.06
Hex88CACE222013b72a43
Octal21031231642202326752103
Binary10001000110010101100111010001010010011101101111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,202,206); }

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

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

 a { background-color: rgb(136,202,206); }

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

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

 span { border-color: rgb(136,202,206); }

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