Html Css Color HEX #8EFDFC Electric Blue

📋 copy color: '#8EFDFC'

red 142 ◦ green 253 ◦ blue 252

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

Shades of Electric Blue #8EFDFC

Tints of Electric Blue #8EFDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.95%

R = 21.95%
G = 39.1%
B = 38.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#8EFDFC (or 0x8EFDFC) is known color: Electric Blue. HEX triplet: 8E, FD and FC. RGB value is (142,253,252). Sum of RGB (Red+Green+Blue) = 142+253+252=647 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.95% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDFC is #710203. Grayscale: #DBDBDB. Windows color (decimal): -7406084 or 16579982. OLE color: 16579982.

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

Color convert

RGB 142 253 252 -
CMYK 0.44 0 0.00 0.01
HSL 179.46º 0.97% 0.77% -
HSV(B) 179.46º 0.44% 0.99% -
XYZ 63.85 83.03 104.76 -
YUV 219.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 142 253 252 0.44 0 0.00 0.01 179.46 0.97 0.77
Hex 8E FD FC 2C 0 0 1 B3 61 4D
Octal 216 375 374 54 0 0 1 263 141 115
Binary 10001110 11111101 11111100 101100 0 0 1 10110011 1100001 1001101

Color Harmonies of #8EFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDFC

Black with #8EFDFC

Text Example


Text Example

White with #8EFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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