Html Css Color HEX #7EC2EA Sky Blue

📋 copy color: '#7EC2EA'

red 126 ◦ green 194 ◦ blue 234

#7EC2EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #7EC2EA

Tints of Sky Blue #7EC2EA

RGB

 RED value IS 126 (49.61% from 255) = 22.74%

 GREEN value IS 194 (76.17% from 255) = 35.02%

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 22.74%
G = 35.02%
B = 42.24%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7EC2EA (or 0x7EC2EA) is known color: Sky Blue. HEX triplet: 7E, C2 and EA. RGB value is (126,194,234). Sum of RGB (Red+Green+Blue) = 126+194+234=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EC2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC2EA is #813D15. Grayscale: #B2B2B2. Windows color (decimal): -8469782 or 15385214. OLE color: 15385214.

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

Color convert

RGB 126 194 234 -
CMYK 0.46 0.17 0 0.08
HSL 202.22º 0.72% 0.71% -
HSV(B) 202.22º 0.46% 0.92% -
XYZ 42.75 48.96 85.04 -
YUV 178.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 126 194 234 0.46 0.17 0 0.08 202.22 0.72 0.71
Hex 7E C2 EA 2E 11 0 8 CA 48 47
Octal 176 302 352 56 21 0 10 312 110 107
Binary 1111110 11000010 11101010 101110 10001 0 1000 11001010 1001000 1000111

Color Harmonies of #7EC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC2EA

Black with #7EC2EA

Text Example


Text Example

White with #7EC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EC2EA;
 }
 .AnyTagClassName
 {
   color: #7EC2EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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