Html Css Color HEX #8ABAFE Light Sky Blue

📋 copy color: '#8ABAFE'

red 138 ◦ green 186 ◦ blue 254

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

Shades of Light Sky Blue #8ABAFE

Tints of Light Sky Blue #8ABAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.18%

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 23.88%
G = 32.18%
B = 43.94%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8ABAFE (or 0x8ABAFE) is known color: Light Sky Blue. HEX triplet: 8A, BA and FE. RGB value is (138,186,254). Sum of RGB (Red+Green+Blue) = 138+186+254=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ABAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAFE is #754501. Grayscale: #B3B3B3. Windows color (decimal): -7685378 or 16693898. OLE color: 16693898.

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

Color convert

RGB 138 186 254 -
CMYK 0.46 0.27 0 0.00
HSL 215.17º 0.98% 0.77% -
HSV(B) 215.17º 0.46% 1% -
XYZ 45.93 47.68 100.55 -
YUV 179.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 138 186 254 0.46 0.27 0 0.00 215.17 0.98 0.77
Hex 8A BA FE 2E 1B 0 0 D7 62 4D
Octal 212 272 376 56 33 0 0 327 142 115
Binary 10001010 10111010 11111110 101110 11011 0 0 11010111 1100010 1001101

Color Harmonies of #8ABAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAFE

Black with #8ABAFE

Text Example


Text Example

White with #8ABAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,254); }

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

background-color css

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

 a { background-color: rgb(138,186,254); }

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

border-color css

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

 span { border-color: rgb(138,186,254); }

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