Html Css Color HEX #8DFFEE Electric Blue

📋 copy color: '#8DFFEE'

red 141 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #8DFFEE

Tints of Electric Blue #8DFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 40.22%

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 22.24%
G = 40.22%
B = 37.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#8DFFEE (or 0x8DFFEE) is known color: Electric Blue. HEX triplet: 8D, FF and EE. RGB value is (141,255,238). Sum of RGB (Red+Green+Blue) = 141+255+238=634 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.24% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFEE is #720011. Grayscale: #DADADA. Windows color (decimal): -7471122 or 15662989. OLE color: 15662989.

HSL color Cylindrical-coordinate representation of color #8DFFEE: hue angle of 171.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFEE is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 141 255 238 -
CMYK 0.45 0 0.07 0
HSL 171.05º 1% 0.78% -
HSV(B) 171.05º 0.45% 1% -
XYZ 62.18 83.36 93.7 -
YUV 218.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 141 255 238 0.45 0 0.07 0 171.05 1 0.78
Hex 8D FF EE 2D 0 7 0 AB 64 4E
Octal 215 377 356 55 0 7 0 253 144 116
Binary 10001101 11111111 11101110 101101 0 111 0 10101011 1100100 1001110

Color Harmonies of #8DFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFFEE

Black with #8DFFEE

Text Example


Text Example

White with #8DFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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