#88CCCF

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

Shades of Spray #88CCCF

Tints of Spray #88CCCF

Color information

#88CCCF (or 0x88CCCF) is unknown color: approx Spray. HEX triplet: 88, CC and CF. RGB value is (136,204,207). Sum of RGB (Red+Green+Blue) = 136+204+207=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #88CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCCF is #773330. Grayscale: #B7B7B7. Windows color (decimal): -7811889 or 13618312. OLE color: 13618312.

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

Color convert

RGB136204207-
CMYK0.340.0100.19
HSL182.54º42.51%67.25%-
HSV(B)182.54º34.3%81.18%-
XYZ43.0152.9266.98-
YUV184.01140.9793.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.86%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=24.86%
G=37.29%
B=37.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1362042070.340.0100.19182.5442.5167.25
Hex88CCCF221013b72b43
Octal21031431742102326753103
Binary1000100011001100110011111000101010011101101111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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