#7AD1EE

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

Shades of Sky Blue #7AD1EE

Tints of Sky Blue #7AD1EE

Color information

#7AD1EE (or 0x7AD1EE) is unknown color: approx Sky Blue. HEX triplet: 7A, D1 and EE. RGB value is (122,209,238). Sum of RGB (Red+Green+Blue) = 122+209+238=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AD1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD1EE is #852E11. Grayscale: #BABABA. Windows color (decimal): -8728082 or 15651194. OLE color: 15651194.

HSL color Cylindrical-coordinate representation of color #7AD1EE: hue angle of 195º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD1EE is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122209238-
CMYK0.490.1200.07
HSL195º77.33%70.59%-
HSV(B)195º48.74%93.33%-
XYZ46.2655.9189.24-
YUV186.29157.1882.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.44%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=21.44%
G=36.73%
B=41.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222092380.490.1200.0719577.3370.59
Hex7AD1EE31C07c34d47
Octal172321356611407303115107
Binary11110101101000111101110110001110001111100001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,209,238); }

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

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

 a { background-color: rgb(122,209,238); }

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

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

 span { border-color: rgb(122,209,238); }

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