#7fdbea

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

Shades of Spray #7FDBEA

Tints of Spray #7FDBEA

Color information

#7FDBEA (or 0x7FDBEA) is unknown color: approx Spray. HEX triplet: 7F, DB and EA. RGB value is (127,219,234). Sum of RGB (Red+Green+Blue) = 127+219+234=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FDBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDBEA is #802415. Grayscale: #C1C1C1. Windows color (decimal): -8397846 or 15391615. OLE color: 15391615.

HSL color Cylindrical-coordinate representation of color #7FDBEA: hue angle of 188.41º 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 #7FDBEA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127219234-
CMYK0.460.0600.08
HSL188.41º71.81%70.78%-
HSV(B)188.41º45.73%91.76%-
XYZ48.9461.1287.06-
YUV193.2151.0280.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.90%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=21.90%
G=37.76%
B=40.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272192340.460.0600.08188.4171.8170.78
Hex7FDBEA2E608bc4847
Octal177333352566010274110107
Binary11111111101101111101010101110110010001011110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fdbea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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