Html Css Color HEX #8FF0EF Electric Blue

📋 copy color: '#8FF0EF'

red 143 ◦ green 240 ◦ blue 239

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

Shades of Electric Blue #8FF0EF

Tints of Electric Blue #8FF0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 22.99%
G = 38.59%
B = 38.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#8FF0EF (or 0x8FF0EF) is known color: Electric Blue. HEX triplet: 8F, F0 and EF. RGB value is (143,240,239). Sum of RGB (Red+Green+Blue) = 143+240+239=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF0EF is #700F10. Grayscale: #D2D2D2. Windows color (decimal): -7343889 or 15724687. OLE color: 15724687.

HSL color Cylindrical-coordinate representation of color #8FF0EF: hue angle of 179.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FF0EF is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 240 239 -
CMYK 0.40 0 0.00 0.06
HSL 179.38º 0.76% 0.75% -
HSV(B) 179.38º 0.4% 0.94% -
XYZ 58.07 74.39 92.96 -
YUV 210.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 143 240 239 0.40 0 0.00 0.06 179.38 0.76 0.75
Hex 8F F0 EF 28 0 0 6 B3 4C 4B
Octal 217 360 357 50 0 0 6 263 114 113
Binary 10001111 11110000 11101111 101000 0 0 110 10110011 1001100 1001011

Color Harmonies of #8FF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF0EF

Black with #8FF0EF

Text Example


Text Example

White with #8FF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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