Html Css Color HEX #8ABAFD Light Sky Blue

📋 copy color: '#8ABAFD'

red 138 ◦ green 186 ◦ blue 253

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

Shades of Light Sky Blue #8ABAFD

Tints of Light Sky Blue #8ABAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 23.92%
G = 32.24%
B = 43.85%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8ABAFD (or 0x8ABAFD) is known color: Light Sky Blue. HEX triplet: 8A, BA and FD. RGB value is (138,186,253). Sum of RGB (Red+Green+Blue) = 138+186+253=577 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.92% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ABAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABAFD is #754502. Grayscale: #B2B2B2. Windows color (decimal): -7685379 or 16628362. OLE color: 16628362.

HSL color Cylindrical-coordinate representation of color #8ABAFD: hue angle of 214.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ABAFD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 186 253 -
CMYK 0.45 0.26 0 0.01
HSL 214.96º 0.97% 0.77% -
HSV(B) 214.96º 0.45% 0.99% -
XYZ 45.77 47.61 99.71 -
YUV 179.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 138 186 253 0.45 0.26 0 0.01 214.96 0.97 0.77
Hex 8A BA FD 2D 1A 0 1 D7 61 4D
Octal 212 272 375 55 32 0 1 327 141 115
Binary 10001010 10111010 11111101 101101 11010 0 1 11010111 1100001 1001101

Color Harmonies of #8ABAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAFD

Black with #8ABAFD

Text Example


Text Example

White with #8ABAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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