#8AD2FF

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

Shades of Light Sky Blue #8AD2FF

Tints of Light Sky Blue #8AD2FF

Color information

#8AD2FF (or 0x8AD2FF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, D2 and FF. RGB value is (138,210,255). Sum of RGB (Red+Green+Blue) = 138+210+255=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2FF is #752D00. Grayscale: #C1C1C1. Windows color (decimal): -7679233 or 16765578. OLE color: 16765578.

HSL color Cylindrical-coordinate representation of color #8AD2FF: hue angle of 203.08º 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 #8AD2FF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138210255-
CMYK0.460.1800
HSL203.08º100%77.06%-
HSV(B)203.08º45.88%100%-
XYZ51.5858.72103.22-
YUV193.6162.6588.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.89%
GREEN value IS 210 (82.42% from 255) = 34.83%
BLUE value IS 255 (100% from 255) = 42.29%
R=22.89%
G=34.83%
B=42.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382102550.460.1800203.0810077.06
Hex8AD2FF2E1200cb644d
Octal212322377562200313144115
Binary10001010110100101111111110111010010001100101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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