Html Css Color HEX #8DFFFD Electric Blue

📋 copy color: '#8DFFFD'

red 141 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #8DFFFD

Tints of Electric Blue #8DFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 39.29%

 BLUE value IS 253 (99.22% from 255) = 38.98%

R = 21.73%
G = 39.29%
B = 38.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#8DFFFD (or 0x8DFFFD) is known color: Electric Blue. HEX triplet: 8D, FF and FD. RGB value is (141,255,253). Sum of RGB (Red+Green+Blue) = 141+255+253=649 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.73% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFFD is #720002. Grayscale: #DCDCDC. Windows color (decimal): -7471107 or 16646029. OLE color: 16646029.

HSL color Cylindrical-coordinate representation of color #8DFFFD: hue angle of 178.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFFD is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 141 255 253 -
CMYK 0.45 0 0.01 0
HSL 178.95º 1% 0.78% -
HSV(B) 178.95º 0.45% 1% -
XYZ 64.47 84.27 105.8 -
YUV 220.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 141 255 253 0.45 0 0.01 0 178.95 1 0.78
Hex 8D FF FD 2D 0 1 0 B3 64 4E
Octal 215 377 375 55 0 1 0 263 144 116
Binary 10001101 11111111 11111101 101101 0 1 0 10110011 1100100 1001110

Color Harmonies of #8DFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFFFD

Black with #8DFFFD

Text Example


Text Example

White with #8DFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,255,253); }

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

background-color css

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

 a { background-color: rgb(141,255,253); }

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

border-color css

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

 span { border-color: rgb(141,255,253); }

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