Html Css Color HEX #7AD9FA Light Sky Blue

📋 copy color: '#7AD9FA'

red 122 ◦ green 217 ◦ blue 250

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

Shades of Light Sky Blue #7AD9FA

Tints of Light Sky Blue #7AD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.84%

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

R = 20.71%
G = 36.84%
B = 42.44%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AD9FA (or 0x7AD9FA) is known color: Light Sky Blue. HEX triplet: 7A, D9 and FA. RGB value is (122,217,250). Sum of RGB (Red+Green+Blue) = 122+217+250=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AD9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD9FA is #852605. Grayscale: #C0C0C0. Windows color (decimal): -8726022 or 16439674. OLE color: 16439674.

HSL color Cylindrical-coordinate representation of color #7AD9FA: hue angle of 195.47º 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 #7AD9FA is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 217 250 -
CMYK 0.51 0.13 0 0.02
HSL 195.47º 0.93% 0.73% -
HSV(B) 195.47º 0.51% 0.98% -
XYZ 50.09 60.67 99.51 -
YUV 192.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 122 217 250 0.51 0.13 0 0.02 195.47 0.93 0.73
Hex 7A D9 FA 33 D 0 2 C3 5D 49
Octal 172 331 372 63 15 0 2 303 135 111
Binary 1111010 11011001 11111010 110011 1101 0 10 11000011 1011101 1001001

Color Harmonies of #7AD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD9FA

Black with #7AD9FA

Text Example


Text Example

White with #7AD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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