Html Css Color HEX #8EFFFD Electric Blue

📋 copy color: '#8EFFFD'

red 142 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #8EFFFD

Tints of Electric Blue #8EFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 39.23%

 BLUE value IS 253 (99.22% from 255) = 38.92%

R = 21.85%
G = 39.23%
B = 38.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#8EFFFD (or 0x8EFFFD) is known color: Electric Blue. HEX triplet: 8E, FF and FD. RGB value is (142,255,253). Sum of RGB (Red+Green+Blue) = 142+255+253=650 (86% of max value = 765). Red value is 142 (55.86% from 255 or 21.85% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFFD is #710002. Grayscale: #DCDCDC. Windows color (decimal): -7405571 or 16646030. OLE color: 16646030.

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

Color convert

RGB 142 255 253 -
CMYK 0.44 0 0.01 0
HSL 178.94º 1% 0.78% -
HSV(B) 178.94º 0.44% 1% -
XYZ 64.64 84.36 105.81 -
YUV 220.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 142 255 253 0.44 0 0.01 0 178.94 1 0.78
Hex 8E FF FD 2C 0 1 0 B3 64 4E
Octal 216 377 375 54 0 1 0 263 144 116
Binary 10001110 11111111 11111101 101100 0 1 0 10110011 1100100 1001110

Color Harmonies of #8EFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFFFD

Black with #8EFFFD

Text Example


Text Example

White with #8EFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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