Html Css Color HEX #8DF5FA Electric Blue

📋 copy color: '#8DF5FA'

red 141 ◦ green 245 ◦ blue 250

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

Shades of Electric Blue #8DF5FA

Tints of Electric Blue #8DF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.52%

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 22.17%
G = 38.52%
B = 39.31%

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

#8DF5FA (or 0x8DF5FA) is known color: Electric Blue. HEX triplet: 8D, F5 and FA. RGB value is (141,245,250). Sum of RGB (Red+Green+Blue) = 141+245+250=636 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.17% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF5FA is #720A05. Grayscale: #D6D6D6. Windows color (decimal): -7473670 or 16446861. OLE color: 16446861.

HSL color Cylindrical-coordinate representation of color #8DF5FA: hue angle of 182.75º degrees, saturation: 0.92, 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 #8DF5FA is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 245 250 -
CMYK 0.44 0.02 0 0.02
HSL 182.75º 0.92% 0.77% -
HSV(B) 182.75º 0.44% 0.98% -
XYZ 60.89 77.87 102.26 -
YUV 214.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 141 245 250 0.44 0.02 0 0.02 182.75 0.92 0.77
Hex 8D F5 FA 2C 2 0 2 B7 5C 4D
Octal 215 365 372 54 2 0 2 267 134 115
Binary 10001101 11110101 11111010 101100 10 0 10 10110111 1011100 1001101

Color Harmonies of #8DF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF5FA

Black with #8DF5FA

Text Example


Text Example

White with #8DF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,245,250); }

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

background-color css

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

 a { background-color: rgb(141,245,250); }

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

border-color css

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

 span { border-color: rgb(141,245,250); }

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