Html Css Color HEX #7EC1EA Sky Blue

📋 copy color: '#7EC1EA'

red 126 ◦ green 193 ◦ blue 234

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

Shades of Sky Blue #7EC1EA

Tints of Sky Blue #7EC1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.9%

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

R = 22.78%
G = 34.9%
B = 42.31%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7EC1EA (or 0x7EC1EA) is known color: Sky Blue. HEX triplet: 7E, C1 and EA. RGB value is (126,193,234). Sum of RGB (Red+Green+Blue) = 126+193+234=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EC1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC1EA is #813E15. Grayscale: #B1B1B1. Windows color (decimal): -8470038 or 15384958. OLE color: 15384958.

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

Color convert

RGB 126 193 234 -
CMYK 0.46 0.18 0 0.08
HSL 202.78º 0.72% 0.71% -
HSV(B) 202.78º 0.46% 0.92% -
XYZ 42.53 48.52 84.97 -
YUV 177.64 159.8 91.17 -
System Red Green Blue C M Y K H S L
Decimal 126 193 234 0.46 0.18 0 0.08 202.78 0.72 0.71
Hex 7E C1 EA 2E 12 0 8 CB 48 47
Octal 176 301 352 56 22 0 10 313 110 107
Binary 1111110 11000001 11101010 101110 10010 0 1000 11001011 1001000 1000111

Color Harmonies of #7EC1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC1EA

Black with #7EC1EA

Text Example


Text Example

White with #7EC1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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