Html Css Color HEX #8FFEFB Electric Blue

📋 copy color: '#8FFEFB'

red 143 ◦ green 254 ◦ blue 251

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

Shades of Electric Blue #8FFEFB

Tints of Electric Blue #8FFEFB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.2%

 BLUE value IS 251 (98.44% from 255) = 38.73%

R = 22.07%
G = 39.2%
B = 38.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#8FFEFB (or 0x8FFEFB) is known color: Electric Blue. HEX triplet: 8F, FE and FB. RGB value is (143,254,251). Sum of RGB (Red+Green+Blue) = 143+254+251=648 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.07% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEFB is #700104. Grayscale: #DCDCDC. Windows color (decimal): -7340293 or 16514703. OLE color: 16514703.

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

Color convert

RGB 143 254 251 -
CMYK 0.44 0 0.01 0.00
HSL 178.38º 0.98% 0.78% -
HSV(B) 178.38º 0.44% 1% -
XYZ 64.18 83.69 104.04 -
YUV 220.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 143 254 251 0.44 0 0.01 0.00 178.38 0.98 0.78
Hex 8F FE FB 2C 0 1 0 B2 62 4E
Octal 217 376 373 54 0 1 0 262 142 116
Binary 10001111 11111110 11111011 101100 0 1 0 10110010 1100010 1001110

Color Harmonies of #8FFEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFEFB

Black with #8FFEFB

Text Example


Text Example

White with #8FFEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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