#7ad5ec

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

Shades of Sky Blue #7AD5EC

Tints of Sky Blue #7AD5EC

Color information

#7AD5EC (or 0x7AD5EC) is unknown color: approx Sky Blue. HEX triplet: 7A, D5 and EC. RGB value is (122,213,236). Sum of RGB (Red+Green+Blue) = 122+213+236=571 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.37% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AD5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD5EC is #852A13. Grayscale: #BCBCBC. Windows color (decimal): -8727060 or 15521146. OLE color: 15521146.

HSL color Cylindrical-coordinate representation of color #7AD5EC: hue angle of 192.11º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AD5EC is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122213236-
CMYK0.480.1000.07
HSL192.11º75%70.2%-
HSV(B)192.11º48.31%92.55%-
XYZ46.9657.7888.03-
YUV188.41154.8580.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.37%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=21.37%
G=37.30%
B=41.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222132360.480.1000.07192.117570.2
Hex7AD5EC30A07c04b46
Octal172325354601207300113106
Binary11110101101010111101100110000101001111100000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ad5ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,213,236); }

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

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

 a { background-color: rgb(122,213,236); }

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

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

 span { border-color: rgb(122,213,236); }

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