Html Css Color HEX #8DEDEF Electric Blue

📋 copy color: '#8DEDEF'

red 141 ◦ green 237 ◦ blue 239

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

Shades of Electric Blue #8DEDEF

Tints of Electric Blue #8DEDEF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.41%

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

R = 22.85%
G = 38.41%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8DEDEF (or 0x8DEDEF) is known color: Electric Blue. HEX triplet: 8D, ED and EF. RGB value is (141,237,239). Sum of RGB (Red+Green+Blue) = 141+237+239=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DEDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDEF is #721210. Grayscale: #D0D0D0. Windows color (decimal): -7475729 or 15723917. OLE color: 15723917.

HSL color Cylindrical-coordinate representation of color #8DEDEF: hue angle of 181.22º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEDEF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 237 239 -
CMYK 0.41 0.01 0 0.06
HSL 181.22º 0.75% 0.75% -
HSV(B) 181.22º 0.41% 0.94% -
XYZ 56.85 72.46 92.65 -
YUV 208.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 141 237 239 0.41 0.01 0 0.06 181.22 0.75 0.75
Hex 8D ED EF 29 1 0 6 B5 4B 4B
Octal 215 355 357 51 1 0 6 265 113 113
Binary 10001101 11101101 11101111 101001 1 0 110 10110101 1001011 1001011

Color Harmonies of #8DEDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEDEF

Black with #8DEDEF

Text Example


Text Example

White with #8DEDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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