#7EBFE5

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

Shades of Sky Blue #7EBFE5

Tints of Sky Blue #7EBFE5

Color information

#7EBFE5 (or 0x7EBFE5) is unknown color: approx Sky Blue. HEX triplet: 7E, BF and E5. RGB value is (126,191,229). Sum of RGB (Red+Green+Blue) = 126+191+229=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #7EBFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFE5 is #81401A. Grayscale: #AFAFAF. Windows color (decimal): -8470555 or 15056766. OLE color: 15056766.

HSL color Cylindrical-coordinate representation of color #7EBFE5: hue angle of 202.14º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EBFE5 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB126191229-
CMYK0.450.1700.10
HSL202.14º66.45%69.61%-
HSV(B)202.14º44.98%89.8%-
XYZ41.3847.3581.09-
YUV175.9157.9792.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.08%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=23.08%
G=34.98%
B=41.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1261912290.450.1700.10202.1466.4569.61
Hex7EBFE52D110Aca4246
Octal1762773455521012312102106
Binary1111110101111111110010110110110001010101100101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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