#88C5CA

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

Shades of Spray #88C5CA

Tints of Spray #88C5CA

Color information

#88C5CA (or 0x88C5CA) is unknown color: approx Spray. HEX triplet: 88, C5 and CA. RGB value is (136,197,202). Sum of RGB (Red+Green+Blue) = 136+197+202=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #88C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C5CA is #773A35. Grayscale: #B3B3B3. Windows color (decimal): -7813686 or 13288840. OLE color: 13288840.

HSL color Cylindrical-coordinate representation of color #88C5CA: hue angle of 184.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C5CA is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136197202-
CMYK0.330.0200.21
HSL184.55º38.37%66.27%-
HSV(B)184.55º32.67%79.22%-
XYZ40.7849.4363.27-
YUV179.33140.7997.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.42%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=25.42%
G=36.82%
B=37.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361972020.330.0200.21184.5538.3766.27
Hex88C5CA212015b92642
Octal21030531241202527146102
Binary10001000110001011100101010000110010101101110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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