Html Css Color HEX #8EFDFE Electric Blue

📋 copy color: '#8EFDFE'

red 142 ◦ green 253 ◦ blue 254

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

Shades of Electric Blue #8EFDFE

Tints of Electric Blue #8EFDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.98%

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

R = 21.88%
G = 38.98%
B = 39.14%

CMYK

 C value IS 0.44

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8EFDFE (or 0x8EFDFE) is known color: Electric Blue. HEX triplet: 8E, FD and FE. RGB value is (142,253,254). Sum of RGB (Red+Green+Blue) = 142+253+254=649 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.88% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EFDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDFE is #710201. Grayscale: #DBDBDB. Windows color (decimal): -7406082 or 16711054. OLE color: 16711054.

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

Color convert

RGB 142 253 254 -
CMYK 0.44 0.00 0 0.00
HSL 180.54º 0.98% 0.78% -
HSV(B) 180.54º 0.44% 1% -
XYZ 64.17 83.16 106.43 -
YUV 219.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 142 253 254 0.44 0.00 0 0.00 180.54 0.98 0.78
Hex 8E FD FE 2C 0 0 0 B5 62 4E
Octal 216 375 376 54 0 0 0 265 142 116
Binary 10001110 11111101 11111110 101100 0 0 0 10110101 1100010 1001110

Color Harmonies of #8EFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDFE

Black with #8EFDFE

Text Example


Text Example

White with #8EFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,253,254); }

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

background-color css

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

 a { background-color: rgb(142,253,254); }

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

border-color css

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

 span { border-color: rgb(142,253,254); }

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