Html Css Color HEX #8DEEFE Electric Blue

📋 copy color: '#8DEEFE'

red 141 ◦ green 238 ◦ blue 254

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

Shades of Electric Blue #8DEEFE

Tints of Electric Blue #8DEEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 22.27%
G = 37.6%
B = 40.13%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DEEFE (or 0x8DEEFE) is known color: Electric Blue. HEX triplet: 8D, EE and FE. RGB value is (141,238,254). Sum of RGB (Red+Green+Blue) = 141+238+254=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEFE is #721101. Grayscale: #D2D2D2. Windows color (decimal): -7475458 or 16707213. OLE color: 16707213.

HSL color Cylindrical-coordinate representation of color #8DEEFE: hue angle of 188.5º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEEFE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 238 254 -
CMYK 0.44 0.06 0 0.00
HSL 188.5º 0.98% 0.77% -
HSV(B) 188.5º 0.44% 1% -
XYZ 59.45 73.97 104.91 -
YUV 210.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 141 238 254 0.44 0.06 0 0.00 188.5 0.98 0.77
Hex 8D EE FE 2C 6 0 0 BC 62 4D
Octal 215 356 376 54 6 0 0 274 142 115
Binary 10001101 11101110 11111110 101100 110 0 0 10111100 1100010 1001101

Color Harmonies of #8DEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEEFE

Black with #8DEEFE

Text Example


Text Example

White with #8DEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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