Html Css Color HEX #7AD2EE Sky Blue

📋 copy color: '#7AD2EE'

red 122 ◦ green 210 ◦ blue 238

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

Shades of Sky Blue #7AD2EE

Tints of Sky Blue #7AD2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 21.4%
G = 36.84%
B = 41.75%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AD2EE (or 0x7AD2EE) is known color: Sky Blue. HEX triplet: 7A, D2 and EE. RGB value is (122,210,238). Sum of RGB (Red+Green+Blue) = 122+210+238=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AD2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2EE is #852D11. Grayscale: #BABABA. Windows color (decimal): -8727826 or 15651450. OLE color: 15651450.

HSL color Cylindrical-coordinate representation of color #7AD2EE: hue angle of 194.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD2EE is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 210 238 -
CMYK 0.49 0.12 0 0.07
HSL 194.48º 0.77% 0.71% -
HSV(B) 194.48º 0.49% 0.93% -
XYZ 46.51 56.4 89.32 -
YUV 186.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 122 210 238 0.49 0.12 0 0.07 194.48 0.77 0.71
Hex 7A D2 EE 31 C 0 7 C2 4D 47
Octal 172 322 356 61 14 0 7 302 115 107
Binary 1111010 11010010 11101110 110001 1100 0 111 11000010 1001101 1000111

Color Harmonies of #7AD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD2EE

Black with #7AD2EE

Text Example


Text Example

White with #7AD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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