#8ADAFF

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

Shades of Light Sky Blue #8ADAFF

Tints of Light Sky Blue #8ADAFF

Color information

#8ADAFF (or 0x8ADAFF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, DA and FF. RGB value is (138,218,255). Sum of RGB (Red+Green+Blue) = 138+218+255=611 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.59% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ADAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAFF is #752500. Grayscale: #C6C6C6. Windows color (decimal): -7677185 or 16767626. OLE color: 16767626.

HSL color Cylindrical-coordinate representation of color #8ADAFF: hue angle of 198.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADAFF is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138218255-
CMYK0.460.1500
HSL198.97º100%77.06%-
HSV(B)198.97º45.88%100%-
XYZ53.662.77103.9-
YUV198.316084.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.59%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 255 (100% from 255) = 41.73%
R=22.59%
G=35.68%
B=41.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382182550.460.1500198.9710077.06
Hex8ADAFF2EF00c7644d
Octal212332377561700307144115
Binary1000101011011010111111111011101111001100011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADAFF; }

 p { color: rgb(138,218,255); }

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

<style>
 a { background-color: #8ADAFF; }

 a { background-color: rgb(138,218,255); }

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

<style>
 span { border-color: #8ADAFF; }

 span { border-color: rgb(138,218,255); }

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