#7FCCDE

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

Shades of Spray #7FCCDE

Tints of Spray #7FCCDE

Color information

#7FCCDE (or 0x7FCCDE) is unknown color: approx Spray. HEX triplet: 7F, CC and DE. RGB value is (127,204,222). Sum of RGB (Red+Green+Blue) = 127+204+222=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FCCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCDE is #803321. Grayscale: #B6B6B6. Windows color (decimal): -8401698 or 14601343. OLE color: 14601343.

HSL color Cylindrical-coordinate representation of color #7FCCDE: hue angle of 191.37º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCCDE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127204222-
CMYK0.430.0800.13
HSL191.37º59.01%68.43%-
HSV(B)191.37º42.79%87.06%-
XYZ43.5352.9777.04-
YUV183.03149.9988.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.97%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=22.97%
G=36.89%
B=40.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272042220.430.0800.13191.3759.0168.43
Hex7FCCDE2B80Dbf3b44
Octal177314336531001527773104
Binary11111111100110011011110101011100001101101111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCCDE; }

 p { color: rgb(127,204,222); }

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

<style>
 a { background-color: #7FCCDE; }

 a { background-color: rgb(127,204,222); }

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

<style>
 span { border-color: #7FCCDE; }

 span { border-color: rgb(127,204,222); }

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