Html Css Color HEX #8EF1FF Electric Blue

📋 copy color: '#8EF1FF'

red 142 ◦ green 241 ◦ blue 255

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

Shades of Electric Blue #8EF1FF

Tints of Electric Blue #8EF1FF

RGB

 RED value IS 142 (55.86% from 255) = 22.26%

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

 BLUE value IS 255 (100% from 255) = 39.97%

R = 22.26%
G = 37.77%
B = 39.97%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EF1FF (or 0x8EF1FF) is known color: Electric Blue. HEX triplet: 8E, F1 and FF. RGB value is (142,241,255). Sum of RGB (Red+Green+Blue) = 142+241+255=638 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.26% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF1FF is #710E00. Grayscale: #D4D4D4. Windows color (decimal): -7409153 or 16773518. OLE color: 16773518.

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

Color convert

RGB 142 241 255 -
CMYK 0.44 0.05 0 0
HSL 187.43º 1% 0.78% -
HSV(B) 187.43º 0.44% 1% -
XYZ 60.66 75.88 106.06 -
YUV 213 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 142 241 255 0.44 0.05 0 0 187.43 1 0.78
Hex 8E F1 FF 2C 5 0 0 BB 64 4E
Octal 216 361 377 54 5 0 0 273 144 116
Binary 10001110 11110001 11111111 101100 101 0 0 10111011 1100100 1001110

Color Harmonies of #8EF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF1FF

Black with #8EF1FF

Text Example


Text Example

White with #8EF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,241,255); }

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

background-color css

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

 a { background-color: rgb(142,241,255); }

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

border-color css

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

 span { border-color: rgb(142,241,255); }

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