Html Css Color HEX #8ABAFF Light Sky Blue

📋 copy color: '#8ABAFF'

red 138 ◦ green 186 ◦ blue 255

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

Shades of Light Sky Blue #8ABAFF

Tints of Light Sky Blue #8ABAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 23.83%
G = 32.12%
B = 44.04%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8ABAFF (or 0x8ABAFF) is known color: Light Sky Blue. HEX triplet: 8A, BA and FF. RGB value is (138,186,255). Sum of RGB (Red+Green+Blue) = 138+186+255=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ABAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAFF is #754500. Grayscale: #B3B3B3. Windows color (decimal): -7685377 or 16759434. OLE color: 16759434.

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

Color convert

RGB 138 186 255 -
CMYK 0.46 0.27 0 0
HSL 215.38º 1% 0.77% -
HSV(B) 215.38º 0.46% 1% -
XYZ 46.09 47.74 101.39 -
YUV 179.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 138 186 255 0.46 0.27 0 0 215.38 1 0.77
Hex 8A BA FF 2E 1B 0 0 D7 64 4D
Octal 212 272 377 56 33 0 0 327 144 115
Binary 10001010 10111010 11111111 101110 11011 0 0 11010111 1100100 1001101

Color Harmonies of #8ABAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAFF

Black with #8ABAFF

Text Example


Text Example

White with #8ABAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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