Html Css Color HEX #8AF1FE Electric Blue

📋 copy color: '#8AF1FE'

red 138 ◦ green 241 ◦ blue 254

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

Shades of Electric Blue #8AF1FE

Tints of Electric Blue #8AF1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

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

R = 21.8%
G = 38.07%
B = 40.13%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AF1FE (or 0x8AF1FE) is known color: Electric Blue. HEX triplet: 8A, F1 and FE. RGB value is (138,241,254). Sum of RGB (Red+Green+Blue) = 138+241+254=633 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.80% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF1FE is #750E01. Grayscale: #D3D3D3. Windows color (decimal): -7671298 or 16707978. OLE color: 16707978.

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

Color convert

RGB 138 241 254 -
CMYK 0.46 0.05 0 0.00
HSL 186.72º 0.98% 0.77% -
HSV(B) 186.72º 0.46% 1% -
XYZ 59.83 75.47 105.18 -
YUV 211.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 138 241 254 0.46 0.05 0 0.00 186.72 0.98 0.77
Hex 8A F1 FE 2E 5 0 0 BB 62 4D
Octal 212 361 376 56 5 0 0 273 142 115
Binary 10001010 11110001 11111110 101110 101 0 0 10111011 1100010 1001101

Color Harmonies of #8AF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF1FE

Black with #8AF1FE

Text Example


Text Example

White with #8AF1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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