Html Css Color HEX #8DEEED Electric Blue

📋 copy color: '#8DEEED'

red 141 ◦ green 238 ◦ blue 237

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

Shades of Electric Blue #8DEEED

Tints of Electric Blue #8DEEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 22.89%
G = 38.64%
B = 38.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#8DEEED (or 0x8DEEED) is known color: Electric Blue. HEX triplet: 8D, EE and ED. RGB value is (141,238,237). Sum of RGB (Red+Green+Blue) = 141+238+237=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEED is #721112. Grayscale: #D0D0D0. Windows color (decimal): -7475475 or 15593101. OLE color: 15593101.

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

Color convert

RGB 141 238 237 -
CMYK 0.41 0 0.00 0.07
HSL 179.38º 0.74% 0.74% -
HSV(B) 179.38º 0.41% 0.93% -
XYZ 56.85 72.93 91.2 -
YUV 208.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 141 238 237 0.41 0 0.00 0.07 179.38 0.74 0.74
Hex 8D EE ED 29 0 0 7 B3 4A 4A
Octal 215 356 355 51 0 0 7 263 112 112
Binary 10001101 11101110 11101101 101001 0 0 111 10110011 1001010 1001010

Color Harmonies of #8DEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEEED

Black with #8DEEED

Text Example


Text Example

White with #8DEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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