Html Css Color HEX #8DF2FD Electric Blue

📋 copy color: '#8DF2FD'

red 141 ◦ green 242 ◦ blue 253

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

Shades of Electric Blue #8DF2FD

Tints of Electric Blue #8DF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.05%

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

R = 22.17%
G = 38.05%
B = 39.78%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DF2FD (or 0x8DF2FD) is known color: Electric Blue. HEX triplet: 8D, F2 and FD. RGB value is (141,242,253). Sum of RGB (Red+Green+Blue) = 141+242+253=636 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.17% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DF2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF2FD is #720D02. Grayscale: #D4D4D4. Windows color (decimal): -7474435 or 16642701. OLE color: 16642701.

HSL color Cylindrical-coordinate representation of color #8DF2FD: hue angle of 185.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF2FD is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 242 253 -
CMYK 0.44 0.04 0 0.01
HSL 185.89º 0.97% 0.77% -
HSV(B) 185.89º 0.44% 0.99% -
XYZ 60.47 76.26 104.46 -
YUV 213.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 141 242 253 0.44 0.04 0 0.01 185.89 0.97 0.77
Hex 8D F2 FD 2C 4 0 1 BA 61 4D
Octal 215 362 375 54 4 0 1 272 141 115
Binary 10001101 11110010 11111101 101100 100 0 1 10111010 1100001 1001101

Color Harmonies of #8DF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF2FD

Black with #8DF2FD

Text Example


Text Example

White with #8DF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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