Html Css Color HEX #8DEFEC Electric Blue

📋 copy color: '#8DEFEC'

red 141 ◦ green 239 ◦ blue 236

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

Shades of Electric Blue #8DEFEC

Tints of Electric Blue #8DEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.8%

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 22.89%
G = 38.8%
B = 38.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#8DEFEC (or 0x8DEFEC) is known color: Electric Blue. HEX triplet: 8D, EF and EC. RGB value is (141,239,236). Sum of RGB (Red+Green+Blue) = 141+239+236=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFEC is #721013. Grayscale: #D1D1D1. Windows color (decimal): -7475220 or 15527821. OLE color: 15527821.

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

Color convert

RGB 141 239 236 -
CMYK 0.41 0 0.01 0.06
HSL 178.16º 0.75% 0.75% -
HSV(B) 178.16º 0.41% 0.94% -
XYZ 56.99 73.45 90.53 -
YUV 209.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 141 239 236 0.41 0 0.01 0.06 178.16 0.75 0.75
Hex 8D EF EC 29 0 1 6 B2 4B 4B
Octal 215 357 354 51 0 1 6 262 113 113
Binary 10001101 11101111 11101100 101001 0 1 110 10110010 1001011 1001011

Color Harmonies of #8DEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEFEC

Black with #8DEFEC

Text Example


Text Example

White with #8DEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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