Html Css Color HEX #8FF0FE Electric Blue

📋 copy color: '#8FF0FE'

red 143 ◦ green 240 ◦ blue 254

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

Shades of Electric Blue #8FF0FE

Tints of Electric Blue #8FF0FE

RGB

 RED value IS 143 (56.25% from 255) = 22.45%

 GREEN value IS 240 (94.14% from 255) = 37.68%

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

R = 22.45%
G = 37.68%
B = 39.87%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FF0FE (or 0x8FF0FE) is known color: Electric Blue. HEX triplet: 8F, F0 and FE. RGB value is (143,240,254). Sum of RGB (Red+Green+Blue) = 143+240+254=637 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.45% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF0FE is #700F01. Grayscale: #D4D4D4. Windows color (decimal): -7343874 or 16707727. OLE color: 16707727.

HSL color Cylindrical-coordinate representation of color #8FF0FE: hue angle of 187.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FF0FE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 240 254 -
CMYK 0.44 0.06 0 0.00
HSL 187.57º 0.98% 0.78% -
HSV(B) 187.57º 0.44% 1% -
XYZ 60.38 75.32 105.12 -
YUV 212.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 143 240 254 0.44 0.06 0 0.00 187.57 0.98 0.78
Hex 8F F0 FE 2C 6 0 0 BC 62 4E
Octal 217 360 376 54 6 0 0 274 142 116
Binary 10001111 11110000 11111110 101100 110 0 0 10111100 1100010 1001110

Color Harmonies of #8FF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF0FE

Black with #8FF0FE

Text Example


Text Example

White with #8FF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,240,254); }

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

background-color css

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

 a { background-color: rgb(143,240,254); }

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

border-color css

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

 span { border-color: rgb(143,240,254); }

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