#8AC9FF

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

Shades of Light Sky Blue #8AC9FF

Tints of Light Sky Blue #8AC9FF

Color information

#8AC9FF (or 0x8AC9FF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C9 and FF. RGB value is (138,201,255). Sum of RGB (Red+Green+Blue) = 138+201+255=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC9FF is #753600. Grayscale: #BCBCBC. Windows color (decimal): -7681537 or 16763274. OLE color: 16763274.

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

Color convert

RGB138201255-
CMYK0.460.2100
HSL207.69º100%77.06%-
HSV(B)207.69º45.88%100%-
XYZ49.4254.4102.5-
YUV188.32165.6392.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.23%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 255 (100% from 255) = 42.93%
R=23.23%
G=33.84%
B=42.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382012550.460.2100207.6910077.06
Hex8AC9FF2E1500d0644d
Octal212311377562500320144115
Binary10001010110010011111111110111010101001101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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