Html Css Color HEX #8EFDFD Electric Blue

📋 copy color: '#8EFDFD'

red 142 ◦ green 253 ◦ blue 253

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

Shades of Electric Blue #8EFDFD

Tints of Electric Blue #8EFDFD

RGB

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

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

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

R = 21.91%
G = 39.04%
B = 39.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EFDFD (or 0x8EFDFD) is known color: Electric Blue. HEX triplet: 8E, FD and FD. RGB value is (142,253,253). Sum of RGB (Red+Green+Blue) = 142+253+253=648 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.91% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #8EFDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDFD is #710202. Grayscale: #DBDBDB. Windows color (decimal): -7406083 or 16645518. OLE color: 16645518.

HSL color Cylindrical-coordinate representation of color #8EFDFD: hue angle of 180º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDFD is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 253 253 -
CMYK 0.44 0 0 0.01
HSL 180º 0.97% 0.77% -
HSV(B) 180º 0.44% 0.99% -
XYZ 64.01 83.09 105.59 -
YUV 219.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 142 253 253 0.44 0 0 0.01 180 0.97 0.77
Hex 8E FD FD 2C 0 0 1 B4 61 4D
Octal 216 375 375 54 0 0 1 264 141 115
Binary 10001110 11111101 11111101 101100 0 0 1 10110100 1100001 1001101

Color Harmonies of #8EFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDFD

Black with #8EFDFD

Text Example


Text Example

White with #8EFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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