Html Css Color HEX #8DF7FB Electric Blue

📋 copy color: '#8DF7FB'

red 141 ◦ green 247 ◦ blue 251

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

Shades of Electric Blue #8DF7FB

Tints of Electric Blue #8DF7FB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.65%

 BLUE value IS 251 (98.44% from 255) = 39.28%

R = 22.07%
G = 38.65%
B = 39.28%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DF7FB (or 0x8DF7FB) is known color: Electric Blue. HEX triplet: 8D, F7 and FB. RGB value is (141,247,251). Sum of RGB (Red+Green+Blue) = 141+247+251=639 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.07% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DF7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF7FB is #720804. Grayscale: #D7D7D7. Windows color (decimal): -7473157 or 16512909. OLE color: 16512909.

HSL color Cylindrical-coordinate representation of color #8DF7FB: hue angle of 182.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF7FB is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 247 251 -
CMYK 0.44 0.02 0 0.02
HSL 182.18º 0.93% 0.77% -
HSV(B) 182.18º 0.44% 0.98% -
XYZ 61.66 79.15 103.29 -
YUV 215.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 141 247 251 0.44 0.02 0 0.02 182.18 0.93 0.77
Hex 8D F7 FB 2C 2 0 2 B6 5D 4D
Octal 215 367 373 54 2 0 2 266 135 115
Binary 10001101 11110111 11111011 101100 10 0 10 10110110 1011101 1001101

Color Harmonies of #8DF7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF7FB

Black with #8DF7FB

Text Example


Text Example

White with #8DF7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,247,251); }

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

background-color css

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

 a { background-color: rgb(141,247,251); }

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

border-color css

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

 span { border-color: rgb(141,247,251); }

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