#7EBFEA

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

Shades of Sky Blue #7EBFEA

Tints of Sky Blue #7EBFEA

Color information

#7EBFEA (or 0x7EBFEA) is unknown color: approx Sky Blue. HEX triplet: 7E, BF and EA. RGB value is (126,191,234). Sum of RGB (Red+Green+Blue) = 126+191+234=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EBFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBFEA is #814015. Grayscale: #B0B0B0. Windows color (decimal): -8470550 or 15384446. OLE color: 15384446.

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

Color convert

RGB126191234-
CMYK0.460.1800.08
HSL203.89º72%70.59%-
HSV(B)203.89º46.15%91.76%-
XYZ42.0947.6484.82-
YUV176.47160.4792-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.87%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=22.87%
G=34.66%
B=42.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261912340.460.1800.08203.897270.59
Hex7EBFEA2E1208cc4847
Octal1762773525622010314110107
Binary1111110101111111110101010111010010010001100110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,191,234); }

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

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

 a { background-color: rgb(126,191,234); }

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

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

 span { border-color: rgb(126,191,234); }

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