Html Css Color HEX #7AD2EB Sky Blue

📋 copy color: '#7AD2EB'

red 122 ◦ green 210 ◦ blue 235

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

Shades of Sky Blue #7AD2EB

Tints of Sky Blue #7AD2EB

RGB

 RED value IS 122 (48.05% from 255) = 21.52%

 GREEN value IS 210 (82.42% from 255) = 37.04%

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

R = 21.52%
G = 37.04%
B = 41.45%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7AD2EB (or 0x7AD2EB) is known color: Sky Blue. HEX triplet: 7A, D2 and EB. RGB value is (122,210,235). Sum of RGB (Red+Green+Blue) = 122+210+235=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #7AD2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2EB is #852D14. Grayscale: #BABABA. Windows color (decimal): -8727829 or 15454842. OLE color: 15454842.

HSL color Cylindrical-coordinate representation of color #7AD2EB: hue angle of 193.27º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD2EB is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 210 235 -
CMYK 0.48 0.11 0 0.08
HSL 193.27º 0.74% 0.7% -
HSV(B) 193.27º 0.48% 0.92% -
XYZ 46.07 56.23 87.02 -
YUV 186.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 122 210 235 0.48 0.11 0 0.08 193.27 0.74 0.7
Hex 7A D2 EB 30 B 0 8 C1 4A 46
Octal 172 322 353 60 13 0 10 301 112 106
Binary 1111010 11010010 11101011 110000 1011 0 1000 11000001 1001010 1000110

Color Harmonies of #7AD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD2EB

Black with #7AD2EB

Text Example


Text Example

White with #7AD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,210,235); }

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

background-color css

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

 a { background-color: rgb(122,210,235); }

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

border-color css

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

 span { border-color: rgb(122,210,235); }

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