#88CFDF

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

Shades of Spray #88CFDF

Tints of Spray #88CFDF

Color information

#88CFDF (or 0x88CFDF) is unknown color: approx Spray. HEX triplet: 88, CF and DF. RGB value is (136,207,223). Sum of RGB (Red+Green+Blue) = 136+207+223=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #88CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFDF is #773020. Grayscale: #BBBBBB. Windows color (decimal): -7811105 or 14667656. OLE color: 14667656.

HSL color Cylindrical-coordinate representation of color #88CFDF: hue angle of 191.03º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88CFDF is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136207223-
CMYK0.390.0700.13
HSL191.03º57.62%70.39%-
HSV(B)191.03º39.01%87.45%-
XYZ45.7955.1978.05-
YUV187.6147.9891.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.03%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=24.03%
G=36.57%
B=39.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362072230.390.0700.13191.0357.6270.39
Hex88CFDF2770Dbf3a46
Octal21031733747701527772106
Binary10001000110011111101111110011111101101101111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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