#7AD4FB

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

Shades of Light Sky Blue #7AD4FB

Tints of Light Sky Blue #7AD4FB

Color information

#7AD4FB (or 0x7AD4FB) is unknown color: approx Light Sky Blue. HEX triplet: 7A, D4 and FB. RGB value is (122,212,251). Sum of RGB (Red+Green+Blue) = 122+212+251=585 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.85% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AD4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD4FB is #852B04. Grayscale: #BDBDBD. Windows color (decimal): -8727301 or 16503930. OLE color: 16503930.

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

Color convert

RGB122212251-
CMYK0.510.1600.02
HSL198.14º94.16%73.14%-
HSV(B)198.14º51.39%98.43%-
XYZ48.9858.1999.92-
YUV189.54162.6879.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.85%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=20.85%
G=36.24%
B=42.91%

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
Decimal1222122510.510.1600.02198.1494.1673.14
Hex7AD4FB331002c65e49
Octal172324373632002306136111
Binary11110101101010011111011110011100000101100011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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