Html Css Color HEX #7AD1F8 Light Sky Blue

📋 copy color: '#7AD1F8'

red 122 ◦ green 209 ◦ blue 248

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

Shades of Light Sky Blue #7AD1F8

Tints of Light Sky Blue #7AD1F8

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.1%

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 21.07%
G = 36.1%
B = 42.83%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7AD1F8 (or 0x7AD1F8) is known color: Light Sky Blue. HEX triplet: 7A, D1 and F8. RGB value is (122,209,248). Sum of RGB (Red+Green+Blue) = 122+209+248=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AD1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD1F8 is #852E07. Grayscale: #BBBBBB. Windows color (decimal): -8728072 or 16306554. OLE color: 16306554.

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

Color convert

RGB 122 209 248 -
CMYK 0.51 0.16 0 0.03
HSL 198.57º 0.9% 0.73% -
HSV(B) 198.57º 0.51% 0.97% -
XYZ 47.77 56.52 97.2 -
YUV 187.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 122 209 248 0.51 0.16 0 0.03 198.57 0.9 0.73
Hex 7A D1 F8 33 10 0 3 C7 5A 49
Octal 172 321 370 63 20 0 3 307 132 111
Binary 1111010 11010001 11111000 110011 10000 0 11 11000111 1011010 1001001

Color Harmonies of #7AD1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD1F8

Black with #7AD1F8

Text Example


Text Example

White with #7AD1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,209,248); }

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

background-color css

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

 a { background-color: rgb(122,209,248); }

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

border-color css

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

 span { border-color: rgb(122,209,248); }

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