Html Css Color HEX #8ABAF6 Light Sky Blue

📋 copy color: '#8ABAF6'

red 138 ◦ green 186 ◦ blue 246

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

Shades of Light Sky Blue #8ABAF6

Tints of Light Sky Blue #8ABAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.16%

R = 24.21%
G = 32.63%
B = 43.16%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8ABAF6 (or 0x8ABAF6) is known color: Light Sky Blue. HEX triplet: 8A, BA and F6. RGB value is (138,186,246). Sum of RGB (Red+Green+Blue) = 138+186+246=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #8ABAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAF6 is #754509. Grayscale: #B2B2B2. Windows color (decimal): -7685386 or 16169610. OLE color: 16169610.

HSL color Cylindrical-coordinate representation of color #8ABAF6: hue angle of 213.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ABAF6 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 186 246 -
CMYK 0.44 0.24 0 0.04
HSL 213.33º 0.86% 0.75% -
HSV(B) 213.33º 0.44% 0.96% -
XYZ 44.67 47.17 93.94 -
YUV 178.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 138 186 246 0.44 0.24 0 0.04 213.33 0.86 0.75
Hex 8A BA F6 2C 18 0 4 D5 56 4B
Octal 212 272 366 54 30 0 4 325 126 113
Binary 10001010 10111010 11110110 101100 11000 0 100 11010101 1010110 1001011

Color Harmonies of #8ABAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAF6

Black with #8ABAF6

Text Example


Text Example

White with #8ABAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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