#7fd8e9

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

Shades of Spray #7FD8E9

Tints of Spray #7FD8E9

Color information

#7FD8E9 (or 0x7FD8E9) is unknown color: approx Spray. HEX triplet: 7F, D8 and E9. RGB value is (127,216,233). Sum of RGB (Red+Green+Blue) = 127+216+233=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #7FD8E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD8E9 is #802716. Grayscale: #BFBFBF. Windows color (decimal): -8398615 or 15325311. OLE color: 15325311.

HSL color Cylindrical-coordinate representation of color #7FD8E9: hue angle of 189.62º 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 #7FD8E9 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127216233-
CMYK0.450.0700.09
HSL189.62º70.67%70.59%-
HSV(B)189.62º45.49%91.37%-
XYZ48.0259.5186.05-
YUV191.33151.5182.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.05%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 233 (91.41% from 255) = 40.45%
R=22.05%
G=37.5%
B=40.45%

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
Decimal1272162330.450.0700.09189.6270.6770.59
Hex7FD8E92D709be4747
Octal177330351557011276107107
Binary11111111101100011101001101101111010011011111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fd8e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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