Html Css Color HEX #7AD2FA Light Sky Blue

📋 copy color: '#7AD2FA'

red 122 ◦ green 210 ◦ blue 250

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

Shades of Light Sky Blue #7AD2FA

Tints of Light Sky Blue #7AD2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 20.96%
G = 36.08%
B = 42.96%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AD2FA (or 0x7AD2FA) is known color: Light Sky Blue. HEX triplet: 7A, D2 and FA. RGB value is (122,210,250). Sum of RGB (Red+Green+Blue) = 122+210+250=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AD2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2FA is #852D05. Grayscale: #BCBCBC. Windows color (decimal): -8727814 or 16437882. OLE color: 16437882.

HSL color Cylindrical-coordinate representation of color #7AD2FA: hue angle of 198.75º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD2FA is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 210 250 -
CMYK 0.51 0.16 0 0.02
HSL 198.75º 0.93% 0.73% -
HSV(B) 198.75º 0.51% 0.98% -
XYZ 48.33 57.13 98.92 -
YUV 188.25 162.85 80.75 -
System Red Green Blue C M Y K H S L
Decimal 122 210 250 0.51 0.16 0 0.02 198.75 0.93 0.73
Hex 7A D2 FA 33 10 0 2 C7 5D 49
Octal 172 322 372 63 20 0 2 307 135 111
Binary 1111010 11010010 11111010 110011 10000 0 10 11000111 1011101 1001001

Color Harmonies of #7AD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD2FA

Black with #7AD2FA

Text Example


Text Example

White with #7AD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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