#8AC4FB

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

Shades of Light Sky Blue #8AC4FB

Tints of Light Sky Blue #8AC4FB

Color information

#8AC4FB (or 0x8AC4FB) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C4 and FB. RGB value is (138,196,251). Sum of RGB (Red+Green+Blue) = 138+196+251=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AC4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC4FB is #753B04. Grayscale: #B8B8B8. Windows color (decimal): -7682821 or 16499850. OLE color: 16499850.

HSL color Cylindrical-coordinate representation of color #8AC4FB: hue angle of 209.2º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AC4FB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138196251-
CMYK0.450.2200.02
HSL209.2º93.39%76.27%-
HSV(B)209.2º45.02%98.43%-
XYZ47.6351.8598.76-
YUV184.93165.2894.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.59%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=23.59%
G=33.50%
B=42.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381962510.450.2200.02209.293.3976.27
Hex8AC4FB2D1602d15d4c
Octal212304373552602321135114
Binary100010101100010011111011101101101100101101000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,251); }

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

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

 a { background-color: rgb(138,196,251); }

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

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

 span { border-color: rgb(138,196,251); }

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