Html Css Color HEX #8DEFEE Electric Blue

📋 copy color: '#8DEFEE'

red 141 ◦ green 239 ◦ blue 238

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

Shades of Electric Blue #8DEFEE

Tints of Electric Blue #8DEFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.67%

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

R = 22.82%
G = 38.67%
B = 38.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#8DEFEE (or 0x8DEFEE) is known color: Electric Blue. HEX triplet: 8D, EF and EE. RGB value is (141,239,238). Sum of RGB (Red+Green+Blue) = 141+239+238=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFEE is #721011. Grayscale: #D1D1D1. Windows color (decimal): -7475218 or 15658893. OLE color: 15658893.

HSL color Cylindrical-coordinate representation of color #8DEFEE: hue angle of 179.39º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFEE is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 239 238 -
CMYK 0.41 0 0.00 0.06
HSL 179.39º 0.75% 0.75% -
HSV(B) 179.39º 0.41% 0.94% -
XYZ 57.28 73.57 92.07 -
YUV 209.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 141 239 238 0.41 0 0.00 0.06 179.39 0.75 0.75
Hex 8D EF EE 29 0 0 6 B3 4B 4B
Octal 215 357 356 51 0 0 6 263 113 113
Binary 10001101 11101111 11101110 101001 0 0 110 10110011 1001011 1001011

Color Harmonies of #8DEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEFEE

Black with #8DEFEE

Text Example


Text Example

White with #8DEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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