#88CFD6

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

Shades of Spray #88CFD6

Tints of Spray #88CFD6

Color information

#88CFD6 (or 0x88CFD6) is unknown color: approx Spray. HEX triplet: 88, CF and D6. RGB value is (136,207,214). Sum of RGB (Red+Green+Blue) = 136+207+214=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #88CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFD6 is #773029. Grayscale: #BABABA. Windows color (decimal): -7811114 or 14077832. OLE color: 14077832.

HSL color Cylindrical-coordinate representation of color #88CFD6: hue angle of 185.38º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88CFD6 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136207214-
CMYK0.360.0300.16
HSL185.38º48.75%68.63%-
HSV(B)185.38º36.45%83.92%-
XYZ44.654.7171.83-
YUV186.57143.4891.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.42%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=24.42%
G=37.16%
B=38.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362072140.360.0300.16185.3848.7568.63
Hex88CFD6243010b93145
Octal21031732644302027161105
Binary10001000110011111101011010010011010000101110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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