Html Css Color HEX #8DFDEF Electric Blue

📋 copy color: '#8DFDEF'

red 141 ◦ green 253 ◦ blue 239

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

Shades of Electric Blue #8DFDEF

Tints of Electric Blue #8DFDEF

RGB

 RED value IS 141 (55.47% from 255) = 22.27%

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

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 22.27%
G = 39.97%
B = 37.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#8DFDEF (or 0x8DFDEF) is known color: Electric Blue. HEX triplet: 8D, FD and EF. RGB value is (141,253,239). Sum of RGB (Red+Green+Blue) = 141+253+239=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFDEF is #720210. Grayscale: #D9D9D9. Windows color (decimal): -7471633 or 15728013. OLE color: 15728013.

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

Color convert

RGB 141 253 239 -
CMYK 0.44 0 0.06 0.01
HSL 172.5º 0.97% 0.77% -
HSV(B) 172.5º 0.44% 0.99% -
XYZ 61.69 82.15 94.27 -
YUV 217.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 141 253 239 0.44 0 0.06 0.01 172.5 0.97 0.77
Hex 8D FD EF 2C 0 6 1 AC 61 4D
Octal 215 375 357 54 0 6 1 254 141 115
Binary 10001101 11111101 11101111 101100 0 110 1 10101100 1100001 1001101

Color Harmonies of #8DFDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFDEF

Black with #8DFDEF

Text Example


Text Example

White with #8DFDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,253,239); }

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

background-color css

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

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

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

border-color css

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

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

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