#7AD4F9

Color #7AD4F9 Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #7AD4F9

Tints of Light Sky Blue #7AD4F9

Color information

#7AD4F9 (or 0x7AD4F9) is unknown color: approx Light Sky Blue. HEX triplet: 7A, D4 and F9. RGB value is (122,212,249). Sum of RGB (Red+Green+Blue) = 122+212+249=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #7AD4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD4F9 is #852B06. Grayscale: #BDBDBD. Windows color (decimal): -8727303 or 16372858. OLE color: 16372858.

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

Color convert

RGB122212249-
CMYK0.510.1500.02
HSL197.48º91.37%72.75%-
HSV(B)197.48º51%97.65%-
XYZ48.6758.0698.26-
YUV189.31161.6879.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.93%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=20.93%
G=36.36%
B=42.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222122490.510.1500.02197.4891.3772.75
Hex7AD4F933F02c55b49
Octal172324371631702305133111
Binary1111010110101001111100111001111110101100010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,212,249); }

 H1.HeaderClassName
 {
   color: #7AD4F9;
 }
 .AnyTagClassName
 {
   color: #7AD4F9;
 }
</style>
background-color css

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

 a { background-color: rgb(122,212,249); }

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

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

 span { border-color: rgb(122,212,249); }

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