Html Css Color HEX #7AD2F6 Light Sky Blue

📋 copy color: '#7AD2F6'

red 122 ◦ green 210 ◦ blue 246

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

Shades of Light Sky Blue #7AD2F6

Tints of Light Sky Blue #7AD2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 21.11%
G = 36.33%
B = 42.56%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7AD2F6 (or 0x7AD2F6) is known color: Light Sky Blue. HEX triplet: 7A, D2 and F6. RGB value is (122,210,246). Sum of RGB (Red+Green+Blue) = 122+210+246=578 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.11% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #7AD2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2F6 is #852D09. Grayscale: #BBBBBB. Windows color (decimal): -8727818 or 16175738. OLE color: 16175738.

HSL color Cylindrical-coordinate representation of color #7AD2F6: hue angle of 197.42º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AD2F6 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 210 246 -
CMYK 0.50 0.15 0 0.04
HSL 197.42º 0.87% 0.72% -
HSV(B) 197.42º 0.5% 0.96% -
XYZ 47.71 56.88 95.65 -
YUV 187.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 122 210 246 0.50 0.15 0 0.04 197.42 0.87 0.72
Hex 7A D2 F6 32 F 0 4 C5 57 48
Octal 172 322 366 62 17 0 4 305 127 110
Binary 1111010 11010010 11110110 110010 1111 0 100 11000101 1010111 1001000

Color Harmonies of #7AD2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD2F6

Black with #7AD2F6

Text Example


Text Example

White with #7AD2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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