Html Css Color HEX #8DEBF6 Electric Blue

📋 copy color: '#8DEBF6'

red 141 ◦ green 235 ◦ blue 246

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

Shades of Electric Blue #8DEBF6

Tints of Electric Blue #8DEBF6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.78%

 BLUE value IS 246 (96.48% from 255) = 39.55%

R = 22.67%
G = 37.78%
B = 39.55%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8DEBF6 (or 0x8DEBF6) is known color: Electric Blue. HEX triplet: 8D, EB and F6. RGB value is (141,235,246). Sum of RGB (Red+Green+Blue) = 141+235+246=622 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.67% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DEBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBF6 is #721409. Grayscale: #D0D0D0. Windows color (decimal): -7476234 or 16182157. OLE color: 16182157.

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

Color convert

RGB 141 235 246 -
CMYK 0.43 0.04 0 0.04
HSL 186.29º 0.85% 0.76% -
HSV(B) 186.29º 0.43% 0.96% -
XYZ 57.33 71.73 98.01 -
YUV 208.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 141 235 246 0.43 0.04 0 0.04 186.29 0.85 0.76
Hex 8D EB F6 2B 4 0 4 BA 55 4C
Octal 215 353 366 53 4 0 4 272 125 114
Binary 10001101 11101011 11110110 101011 100 0 100 10111010 1010101 1001100

Color Harmonies of #8DEBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEBF6

Black with #8DEBF6

Text Example


Text Example

White with #8DEBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,235,246); }

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

background-color css

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

 a { background-color: rgb(141,235,246); }

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

border-color css

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

 span { border-color: rgb(141,235,246); }

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