#7FCEDD

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

Shades of Spray #7FCEDD

Tints of Spray #7FCEDD

Color information

#7FCEDD (or 0x7FCEDD) is unknown color: approx Spray. HEX triplet: 7F, CE and DD. RGB value is (127,206,221). Sum of RGB (Red+Green+Blue) = 127+206+221=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEDD is #803122. Grayscale: #B7B7B7. Windows color (decimal): -8401187 or 14536319. OLE color: 14536319.

HSL color Cylindrical-coordinate representation of color #7FCEDD: hue angle of 189.57º degrees, saturation: 0.58, 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 #7FCEDD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127206221-
CMYK0.430.0700.13
HSL189.57º58.02%68.24%-
HSV(B)189.57º42.53%86.67%-
XYZ43.8753.8876.49-
YUV184.09148.8387.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.92%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=22.92%
G=37.18%
B=39.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272062210.430.0700.13189.5758.0268.24
Hex7FCEDD2B70Dbe3a44
Octal17731633553701527672104
Binary1111111110011101101110110101111101101101111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,206,221); }

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

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

 a { background-color: rgb(127,206,221); }

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

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

 span { border-color: rgb(127,206,221); }

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