Html Css Color HEX #8FFBF5 Electric Blue

📋 copy color: '#8FFBF5'

red 143 ◦ green 251 ◦ blue 245

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

Shades of Electric Blue #8FFBF5

Tints of Electric Blue #8FFBF5

RGB

 RED value IS 143 (56.25% from 255) = 22.38%

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

 BLUE value IS 245 (96.09% from 255) = 38.34%

R = 22.38%
G = 39.28%
B = 38.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#8FFBF5 (or 0x8FFBF5) is known color: Electric Blue. HEX triplet: 8F, FB and F5. RGB value is (143,251,245). Sum of RGB (Red+Green+Blue) = 143+251+245=639 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.38% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBF5 is #70040A. Grayscale: #D9D9D9. Windows color (decimal): -7341067 or 16120719. OLE color: 16120719.

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

Color convert

RGB 143 251 245 -
CMYK 0.43 0 0.02 0.02
HSL 176.67º 0.93% 0.77% -
HSV(B) 176.67º 0.43% 0.98% -
XYZ 62.31 81.43 98.82 -
YUV 218.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 143 251 245 0.43 0 0.02 0.02 176.67 0.93 0.77
Hex 8F FB F5 2B 0 2 2 B1 5D 4D
Octal 217 373 365 53 0 2 2 261 135 115
Binary 10001111 11111011 11110101 101011 0 10 10 10110001 1011101 1001101

Color Harmonies of #8FFBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFBF5

Black with #8FFBF5

Text Example


Text Example

White with #8FFBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,251,245); }

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

background-color css

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

 a { background-color: rgb(143,251,245); }

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

border-color css

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

 span { border-color: rgb(143,251,245); }

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