Html Css Color HEX #8ABEFE Light Sky Blue

📋 copy color: '#8ABEFE'

red 138 ◦ green 190 ◦ blue 254

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

Shades of Light Sky Blue #8ABEFE

Tints of Light Sky Blue #8ABEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.65%

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

R = 23.71%
G = 32.65%
B = 43.64%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8ABEFE (or 0x8ABEFE) is known color: Light Sky Blue. HEX triplet: 8A, BE and FE. RGB value is (138,190,254). Sum of RGB (Red+Green+Blue) = 138+190+254=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ABEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABEFE is #754101. Grayscale: #B5B5B5. Windows color (decimal): -7684354 or 16694922. OLE color: 16694922.

HSL color Cylindrical-coordinate representation of color #8ABEFE: hue angle of 213.1º 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 #8ABEFE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 190 254 -
CMYK 0.46 0.25 0 0.00
HSL 213.1º 0.98% 0.77% -
HSV(B) 213.1º 0.46% 1% -
XYZ 46.78 49.39 100.83 -
YUV 181.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 138 190 254 0.46 0.25 0 0.00 213.1 0.98 0.77
Hex 8A BE FE 2E 19 0 0 D5 62 4D
Octal 212 276 376 56 31 0 0 325 142 115
Binary 10001010 10111110 11111110 101110 11001 0 0 11010101 1100010 1001101

Color Harmonies of #8ABEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABEFE

Black with #8ABEFE

Text Example


Text Example

White with #8ABEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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