Html Css Color HEX #8ABAFA Light Sky Blue

📋 copy color: '#8ABAFA'

red 138 ◦ green 186 ◦ blue 250

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

Shades of Light Sky Blue #8ABAFA

Tints of Light Sky Blue #8ABAFA

RGB

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

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

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

R = 24.04%
G = 32.4%
B = 43.55%

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

#8ABAFA (or 0x8ABAFA) is known color: Light Sky Blue. HEX triplet: 8A, BA and FA. RGB value is (138,186,250). Sum of RGB (Red+Green+Blue) = 138+186+250=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ABAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAFA is #754505. Grayscale: #B2B2B2. Windows color (decimal): -7685382 or 16431754. OLE color: 16431754.

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

Color convert

RGB 138 186 250 -
CMYK 0.45 0.26 0 0.02
HSL 214.29º 0.92% 0.76% -
HSV(B) 214.29º 0.45% 0.98% -
XYZ 45.3 47.42 97.21 -
YUV 178.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 138 186 250 0.45 0.26 0 0.02 214.29 0.92 0.76
Hex 8A BA FA 2D 1A 0 2 D6 5C 4C
Octal 212 272 372 55 32 0 2 326 134 114
Binary 10001010 10111010 11111010 101101 11010 0 10 11010110 1011100 1001100

Color Harmonies of #8ABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAFA

Black with #8ABAFA

Text Example


Text Example

White with #8ABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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