#88CACF

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

Shades of Spray #88CACF

Tints of Spray #88CACF

Color information

#88CACF (or 0x88CACF) is unknown color: approx Spray. HEX triplet: 88, CA and CF. RGB value is (136,202,207). Sum of RGB (Red+Green+Blue) = 136+202+207=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #88CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CACF is #773530. Grayscale: #B6B6B6. Windows color (decimal): -7812401 or 13617800. OLE color: 13617800.

HSL color Cylindrical-coordinate representation of color #88CACF: hue angle of 184.23º degrees, saturation: 0.43, 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 #88CACF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136202207-
CMYK0.340.0200.19
HSL184.23º42.51%67.25%-
HSV(B)184.23º34.3%81.18%-
XYZ42.5451.9866.82-
YUV182.84141.6394.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=24.95%
G=37.06%
B=37.98%

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
Decimal1362022070.340.0200.19184.2342.5167.25
Hex88CACF222013b82b43
Octal21031231742202327053103
Binary10001000110010101100111110001010010011101110001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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