#7ADCF9

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

Shades of Light Sky Blue #7ADCF9

Tints of Light Sky Blue #7ADCF9

Color information

#7ADCF9 (or 0x7ADCF9) is unknown color: approx Light Sky Blue. HEX triplet: 7A, DC and F9. RGB value is (122,220,249). Sum of RGB (Red+Green+Blue) = 122+220+249=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #7ADCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCF9 is #852306. Grayscale: #C1C1C1. Windows color (decimal): -8725255 or 16374906. OLE color: 16374906.

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

Color convert

RGB122220249-
CMYK0.510.1200.02
HSL193.7º91.37%72.75%-
HSV(B)193.7º51%97.65%-
XYZ50.7262.1698.95-
YUV194159.0376.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.64%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=20.64%
G=37.23%
B=42.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222202490.510.1200.02193.791.3772.75
Hex7ADCF933C02c25b49
Octal172334371631402302133111
Binary1111010110111001111100111001111000101100001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,249); }

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

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

 a { background-color: rgb(122,220,249); }

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

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

 span { border-color: rgb(122,220,249); }

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