#7FDAEA

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

Shades of Spray #7FDAEA

Tints of Spray #7FDAEA

Color information

#7FDAEA (or 0x7FDAEA) is unknown color: approx Spray. HEX triplet: 7F, DA and EA. RGB value is (127,218,234). Sum of RGB (Red+Green+Blue) = 127+218+234=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDAEA is #802515. Grayscale: #C0C0C0. Windows color (decimal): -8398102 or 15391359. OLE color: 15391359.

HSL color Cylindrical-coordinate representation of color #7FDAEA: hue angle of 188.97º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FDAEA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127218234-
CMYK0.460.0700.08
HSL188.97º71.81%70.78%-
HSV(B)188.97º45.73%91.76%-
XYZ48.6860.686.97-
YUV192.62151.3581.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.93%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=21.93%
G=37.65%
B=40.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272182340.460.0700.08188.9771.8170.78
Hex7FDAEA2E708bd4847
Octal177332352567010275110107
Binary11111111101101011101010101110111010001011110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,218,234); }

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

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

 a { background-color: rgb(127,218,234); }

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

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

 span { border-color: rgb(127,218,234); }

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