Html Css Color HEX #8ABCFE Light Sky Blue

📋 copy color: '#8ABCFE'

red 138 ◦ green 188 ◦ blue 254

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

Shades of Light Sky Blue #8ABCFE

Tints of Light Sky Blue #8ABCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.41%

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

R = 23.79%
G = 32.41%
B = 43.79%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8ABCFE (or 0x8ABCFE) is known color: Light Sky Blue. HEX triplet: 8A, BC and FE. RGB value is (138,188,254). Sum of RGB (Red+Green+Blue) = 138+188+254=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ABCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCFE is #754301. Grayscale: #B4B4B4. Windows color (decimal): -7684866 or 16694410. OLE color: 16694410.

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

Color convert

RGB 138 188 254 -
CMYK 0.46 0.26 0 0.00
HSL 214.14º 0.98% 0.77% -
HSV(B) 214.14º 0.46% 1% -
XYZ 46.35 48.53 100.69 -
YUV 180.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 138 188 254 0.46 0.26 0 0.00 214.14 0.98 0.77
Hex 8A BC FE 2E 1A 0 0 D6 62 4D
Octal 212 274 376 56 32 0 0 326 142 115
Binary 10001010 10111100 11111110 101110 11010 0 0 11010110 1100010 1001101

Color Harmonies of #8ABCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCFE

Black with #8ABCFE

Text Example


Text Example

White with #8ABCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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