Html Css Color HEX #8DEFF9 Electric Blue

📋 copy color: '#8DEFF9'

red 141 ◦ green 239 ◦ blue 249

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

Shades of Electric Blue #8DEFF9

Tints of Electric Blue #8DEFF9

RGB

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

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

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

R = 22.42%
G = 38%
B = 39.59%

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

#8DEFF9 (or 0x8DEFF9) is known color: Electric Blue. HEX triplet: 8D, EF and F9. RGB value is (141,239,249). Sum of RGB (Red+Green+Blue) = 141+239+249=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFF9 is #721006. Grayscale: #D2D2D2. Windows color (decimal): -7475207 or 16379789. OLE color: 16379789.

HSL color Cylindrical-coordinate representation of color #8DEFF9: hue angle of 185.56º 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 #8DEFF9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 239 249 -
CMYK 0.43 0.04 0 0.02
HSL 185.56º 0.9% 0.76% -
HSV(B) 185.56º 0.43% 0.98% -
XYZ 58.95 74.24 100.84 -
YUV 210.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 141 239 249 0.43 0.04 0 0.02 185.56 0.9 0.76
Hex 8D EF F9 2B 4 0 2 BA 5A 4C
Octal 215 357 371 53 4 0 2 272 132 114
Binary 10001101 11101111 11111001 101011 100 0 10 10111010 1011010 1001100

Color Harmonies of #8DEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEFF9

Black with #8DEFF9

Text Example


Text Example

White with #8DEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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