Html Css Color HEX #8AB9FA Light Sky Blue

📋 copy color: '#8AB9FA'

red 138 ◦ green 185 ◦ blue 250

#8AB9FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #8AB9FA

Tints of Light Sky Blue #8AB9FA

RGB

 RED value IS 138 (54.3% from 255) = 24.08%

 GREEN value IS 185 (72.66% from 255) = 32.29%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 24.08%
G = 32.29%
B = 43.63%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AB9FA (or 0x8AB9FA) is known color: Light Sky Blue. HEX triplet: 8A, B9 and FA. RGB value is (138,185,250). Sum of RGB (Red+Green+Blue) = 138+185+250=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9FA is #754605. Grayscale: #B2B2B2. Windows color (decimal): -7685638 or 16431498. OLE color: 16431498.

HSL color Cylindrical-coordinate representation of color #8AB9FA: hue angle of 214.82º degrees, saturation: 0.92, 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 #8AB9FA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 185 250 -
CMYK 0.45 0.26 0 0.02
HSL 214.82º 0.92% 0.76% -
HSV(B) 214.82º 0.45% 0.98% -
XYZ 45.09 47 97.14 -
YUV 178.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 138 185 250 0.45 0.26 0 0.02 214.82 0.92 0.76
Hex 8A B9 FA 2D 1A 0 2 D7 5C 4C
Octal 212 271 372 55 32 0 2 327 134 114
Binary 10001010 10111001 11111010 101101 11010 0 10 11010111 1011100 1001100

Color Harmonies of #8AB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB9FA

Black with #8AB9FA

Text Example


Text Example

White with #8AB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,250); }

 H1.HeaderClassName
 {
   color: #8AB9FA;
 }
 .AnyTagClassName
 {
   color: #8AB9FA;
 }
</style>

background-color css

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

 a { background-color: rgb(138,185,250); }

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

border-color css

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

 span { border-color: rgb(138,185,250); }

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