#7FD9E9

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

Shades of Spray #7FD9E9

Tints of Spray #7FD9E9

Color information

#7FD9E9 (or 0x7FD9E9) is unknown color: approx Spray. HEX triplet: 7F, D9 and E9. RGB value is (127,217,233). Sum of RGB (Red+Green+Blue) = 127+217+233=577 (76% of max value = 765). Red value is 127 (50% from 255 or 22.01% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #7FD9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD9E9 is #802616. Grayscale: #BFBFBF. Windows color (decimal): -8398359 or 15325567. OLE color: 15325567.

HSL color Cylindrical-coordinate representation of color #7FD9E9: hue angle of 189.06º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FD9E9 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127217233-
CMYK0.450.0700.09
HSL189.06º70.67%70.59%-
HSV(B)189.06º45.49%91.37%-
XYZ48.2760.0286.13-
YUV191.91151.1881.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.01%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=22.01%
G=37.61%
B=40.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272172330.450.0700.09189.0670.6770.59
Hex7FD9E92D709bd4747
Octal177331351557011275107107
Binary11111111101100111101001101101111010011011110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,217,233); }

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

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

 a { background-color: rgb(127,217,233); }

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

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

 span { border-color: rgb(127,217,233); }

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