#7AD4FF

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

Shades of Light Sky Blue #7AD4FF

Tints of Light Sky Blue #7AD4FF

Color information

#7AD4FF (or 0x7AD4FF) is unknown color: approx Light Sky Blue. HEX triplet: 7A, D4 and FF. RGB value is (122,212,255). Sum of RGB (Red+Green+Blue) = 122+212+255=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AD4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD4FF is #852B00. Grayscale: #BDBDBD. Windows color (decimal): -8727297 or 16766074. OLE color: 16766074.

HSL color Cylindrical-coordinate representation of color #7AD4FF: hue angle of 199.4º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AD4FF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122212255-
CMYK0.520.1700
HSL199.4º100%73.92%-
HSV(B)199.4º52.16%100%-
XYZ49.6258.44103.27-
YUV189.99164.6879.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.71%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 255 (100% from 255) = 43.29%
R=20.71%
G=35.99%
B=43.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222122550.520.1700199.410073.92
Hex7AD4FF341100c7644a
Octal172324377642100307144112
Binary1111010110101001111111111010010001001100011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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