Html Css Color HEX #7AD3FA Light Sky Blue

📋 copy color: '#7AD3FA'

red 122 ◦ green 211 ◦ blue 250

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

Shades of Light Sky Blue #7AD3FA

Tints of Light Sky Blue #7AD3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

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

R = 20.93%
G = 36.19%
B = 42.88%

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

#7AD3FA (or 0x7AD3FA) is known color: Light Sky Blue. HEX triplet: 7A, D3 and FA. RGB value is (122,211,250). Sum of RGB (Red+Green+Blue) = 122+211+250=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AD3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD3FA is #852C05. Grayscale: #BCBCBC. Windows color (decimal): -8727558 or 16438138. OLE color: 16438138.

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

Color convert

RGB 122 211 250 -
CMYK 0.51 0.16 0 0.02
HSL 198.28º 0.93% 0.73% -
HSV(B) 198.28º 0.51% 0.98% -
XYZ 48.58 57.63 99.01 -
YUV 188.84 162.51 80.33 -
System Red Green Blue C M Y K H S L
Decimal 122 211 250 0.51 0.16 0 0.02 198.28 0.93 0.73
Hex 7A D3 FA 33 10 0 2 C6 5D 49
Octal 172 323 372 63 20 0 2 306 135 111
Binary 1111010 11010011 11111010 110011 10000 0 10 11000110 1011101 1001001

Color Harmonies of #7AD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD3FA

Black with #7AD3FA

Text Example


Text Example

White with #7AD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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