#7fdae8

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

Shades of Spray #7FDAE8

Tints of Spray #7FDAE8

Color information

#7FDAE8 (or 0x7FDAE8) is unknown color: approx Spray. HEX triplet: 7F, DA and E8. RGB value is (127,218,232). Sum of RGB (Red+Green+Blue) = 127+218+232=577 (76% of max value = 765). Red value is 127 (50% from 255 or 22.01% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #7FDAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDAE8 is #802517. Grayscale: #C0C0C0. Windows color (decimal): -8398104 or 15260287. OLE color: 15260287.

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

Color convert

RGB127218232-
CMYK0.450.0600.09
HSL188º69.54%70.39%-
HSV(B)188º45.26%90.98%-
XYZ48.3960.4885.47-
YUV192.39150.3581.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.01%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=22.01%
G=37.78%
B=40.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272182320.450.0600.0918869.5470.39
Hex7FDAE82D609bc4646
Octal177332350556011274106106
Binary11111111101101011101000101101110010011011110010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fdae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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