Html Css Color HEX #7AD6FA Light Sky Blue

📋 copy color: '#7AD6FA'

red 122 ◦ green 214 ◦ blue 250

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

Shades of Light Sky Blue #7AD6FA

Tints of Light Sky Blue #7AD6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

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

R = 20.82%
G = 36.52%
B = 42.66%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AD6FA (or 0x7AD6FA) is known color: Light Sky Blue. HEX triplet: 7A, D6 and FA. RGB value is (122,214,250). Sum of RGB (Red+Green+Blue) = 122+214+250=586 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.82% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AD6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD6FA is #852905. Grayscale: #BEBEBE. Windows color (decimal): -8726790 or 16438906. OLE color: 16438906.

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

Color convert

RGB 122 214 250 -
CMYK 0.51 0.14 0 0.02
HSL 196.88º 0.93% 0.73% -
HSV(B) 196.88º 0.51% 0.98% -
XYZ 49.33 59.13 99.26 -
YUV 190.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 122 214 250 0.51 0.14 0 0.02 196.88 0.93 0.73
Hex 7A D6 FA 33 E 0 2 C5 5D 49
Octal 172 326 372 63 16 0 2 305 135 111
Binary 1111010 11010110 11111010 110011 1110 0 10 11000101 1011101 1001001

Color Harmonies of #7AD6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD6FA

Black with #7AD6FA

Text Example


Text Example

White with #7AD6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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