Html Css Color HEX #7EC2EB Sky Blue

📋 copy color: '#7EC2EB'

red 126 ◦ green 194 ◦ blue 235

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

Shades of Sky Blue #7EC2EB

Tints of Sky Blue #7EC2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 22.7%
G = 34.95%
B = 42.34%

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

#7EC2EB (or 0x7EC2EB) is known color: Sky Blue. HEX triplet: 7E, C2 and EB. RGB value is (126,194,235). Sum of RGB (Red+Green+Blue) = 126+194+235=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #7EC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC2EB is #813D14. Grayscale: #B2B2B2. Windows color (decimal): -8469781 or 15450750. OLE color: 15450750.

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

Color convert

RGB 126 194 235 -
CMYK 0.46 0.17 0 0.08
HSL 202.57º 0.73% 0.71% -
HSV(B) 202.57º 0.46% 0.92% -
XYZ 42.89 49.02 85.8 -
YUV 178.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 126 194 235 0.46 0.17 0 0.08 202.57 0.73 0.71
Hex 7E C2 EB 2E 11 0 8 CB 49 47
Octal 176 302 353 56 21 0 10 313 111 107
Binary 1111110 11000010 11101011 101110 10001 0 1000 11001011 1001001 1000111

Color Harmonies of #7EC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC2EB

Black with #7EC2EB

Text Example


Text Example

White with #7EC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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