#7AD0FA

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

Shades of Light Sky Blue #7AD0FA

Tints of Light Sky Blue #7AD0FA

Color information

#7AD0FA (or 0x7AD0FA) is unknown color: approx Light Sky Blue. HEX triplet: 7A, D0 and FA. RGB value is (122,208,250). Sum of RGB (Red+Green+Blue) = 122+208+250=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AD0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD0FA is #852F05. Grayscale: #BABABA. Windows color (decimal): -8728326 or 16437370. OLE color: 16437370.

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

Color convert

RGB122208250-
CMYK0.510.1700.02
HSL199.69º92.75%72.94%-
HSV(B)199.69º51.2%98.04%-
XYZ47.8456.1598.76-
YUV187.07163.5181.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.03%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=21.03%
G=35.86%
B=43.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222082500.510.1700.02199.6992.7572.94
Hex7AD0FA331102c85d49
Octal172320372632102310135111
Binary11110101101000011111010110011100010101100100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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