Html Css Color HEX #8DEEEC Electric Blue

📋 copy color: '#8DEEEC'

red 141 ◦ green 238 ◦ blue 236

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

Shades of Electric Blue #8DEEEC

Tints of Electric Blue #8DEEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

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

R = 22.93%
G = 38.7%
B = 38.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#8DEEEC (or 0x8DEEEC) is known color: Electric Blue. HEX triplet: 8D, EE and EC. RGB value is (141,238,236). Sum of RGB (Red+Green+Blue) = 141+238+236=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEEC is #721113. Grayscale: #D0D0D0. Windows color (decimal): -7475476 or 15527565. OLE color: 15527565.

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

Color convert

RGB 141 238 236 -
CMYK 0.41 0 0.01 0.07
HSL 178.76º 0.74% 0.74% -
HSV(B) 178.76º 0.41% 0.93% -
XYZ 56.7 72.87 90.43 -
YUV 208.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 141 238 236 0.41 0 0.01 0.07 178.76 0.74 0.74
Hex 8D EE EC 29 0 1 7 B3 4A 4A
Octal 215 356 354 51 0 1 7 263 112 112
Binary 10001101 11101110 11101100 101001 0 1 111 10110011 1001010 1001010

Color Harmonies of #8DEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEEEC

Black with #8DEEEC

Text Example


Text Example

White with #8DEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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