#7ADBFF

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

Shades of Light Sky Blue #7ADBFF

Tints of Light Sky Blue #7ADBFF

Color information

#7ADBFF (or 0x7ADBFF) is unknown color: approx Light Sky Blue. HEX triplet: 7A, DB and FF. RGB value is (122,219,255). Sum of RGB (Red+Green+Blue) = 122+219+255=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ADBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADBFF is #852400. Grayscale: #C1C1C1. Windows color (decimal): -8725505 or 16767866. OLE color: 16767866.

HSL color Cylindrical-coordinate representation of color #7ADBFF: hue angle of 196.24º 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 #7ADBFF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122219255-
CMYK0.520.1400
HSL196.24º100%73.92%-
HSV(B)196.24º52.16%100%-
XYZ51.4162.02103.87-
YUV194.1162.3676.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.47%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 255 (100% from 255) = 42.79%
R=20.47%
G=36.74%
B=42.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222192550.520.1400196.2410073.92
Hex7ADBFF34E00c4644a
Octal172333377641600304144112
Binary111101011011011111111111101001110001100010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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