Html Css Color HEX #8DEEF9 Electric Blue

📋 copy color: '#8DEEF9'

red 141 ◦ green 238 ◦ blue 249

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

Shades of Electric Blue #8DEEF9

Tints of Electric Blue #8DEEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.65%

R = 22.45%
G = 37.9%
B = 39.65%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DEEF9 (or 0x8DEEF9) is known color: Electric Blue. HEX triplet: 8D, EE and F9. RGB value is (141,238,249). Sum of RGB (Red+Green+Blue) = 141+238+249=628 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.45% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DEEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEF9 is #721106. Grayscale: #D2D2D2. Windows color (decimal): -7475463 or 16379533. OLE color: 16379533.

HSL color Cylindrical-coordinate representation of color #8DEEF9: hue angle of 186.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DEEF9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 238 249 -
CMYK 0.43 0.04 0 0.02
HSL 186.11º 0.9% 0.76% -
HSV(B) 186.11º 0.43% 0.98% -
XYZ 58.66 73.65 100.75 -
YUV 210.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 141 238 249 0.43 0.04 0 0.02 186.11 0.9 0.76
Hex 8D EE F9 2B 4 0 2 BA 5A 4C
Octal 215 356 371 53 4 0 2 272 132 114
Binary 10001101 11101110 11111001 101011 100 0 10 10111010 1011010 1001100

Color Harmonies of #8DEEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEEF9

Black with #8DEEF9

Text Example


Text Example

White with #8DEEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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