Html Css Color HEX #8DFEEF Electric Blue

📋 copy color: '#8DFEEF'

red 141 ◦ green 254 ◦ blue 239

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

Shades of Electric Blue #8DFEEF

Tints of Electric Blue #8DFEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.06%

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 22.24%
G = 40.06%
B = 37.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#8DFEEF (or 0x8DFEEF) is known color: Electric Blue. HEX triplet: 8D, FE and EF. RGB value is (141,254,239). Sum of RGB (Red+Green+Blue) = 141+254+239=634 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.24% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEEF is #720110. Grayscale: #DADADA. Windows color (decimal): -7471377 or 15728269. OLE color: 15728269.

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

Color convert

RGB 141 254 239 -
CMYK 0.44 0 0.06 0.00
HSL 172.04º 0.98% 0.77% -
HSV(B) 172.04º 0.44% 1% -
XYZ 62.01 82.78 94.37 -
YUV 218.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 141 254 239 0.44 0 0.06 0.00 172.04 0.98 0.77
Hex 8D FE EF 2C 0 6 0 AC 62 4D
Octal 215 376 357 54 0 6 0 254 142 115
Binary 10001101 11111110 11101111 101100 0 110 0 10101100 1100010 1001101

Color Harmonies of #8DFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFEEF

Black with #8DFEEF

Text Example


Text Example

White with #8DFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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