#7AD2FB

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

Shades of Light Sky Blue #7AD2FB

Tints of Light Sky Blue #7AD2FB

Color information

#7AD2FB (or 0x7AD2FB) is unknown color: approx Light Sky Blue. HEX triplet: 7A, D2 and FB. RGB value is (122,210,251). Sum of RGB (Red+Green+Blue) = 122+210+251=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AD2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2FB is #852D04. Grayscale: #BCBCBC. Windows color (decimal): -8727813 or 16503418. OLE color: 16503418.

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

Color convert

RGB122210251-
CMYK0.510.1600.02
HSL199.07º94.16%73.14%-
HSV(B)199.07º51.39%98.43%-
XYZ48.4957.299.75-
YUV188.36163.3580.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.93%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=20.93%
G=36.02%
B=43.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222102510.510.1600.02199.0794.1673.14
Hex7AD2FB331002c75e49
Octal172322373632002307136111
Binary11110101101001011111011110011100000101100011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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