Html Css Color HEX #8FFBFA Electric Blue

📋 copy color: '#8FFBFA'

red 143 ◦ green 251 ◦ blue 250

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

Shades of Electric Blue #8FFBFA

Tints of Electric Blue #8FFBFA

RGB

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

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

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

R = 22.2%
G = 38.98%
B = 38.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#8FFBFA (or 0x8FFBFA) is known color: Electric Blue. HEX triplet: 8F, FB and FA. RGB value is (143,251,250). Sum of RGB (Red+Green+Blue) = 143+251+250=644 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.20% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBFA is #700405. Grayscale: #DADADA. Windows color (decimal): -7341062 or 16448399. OLE color: 16448399.

HSL color Cylindrical-coordinate representation of color #8FFBFA: hue angle of 179.44º 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 #8FFBFA is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 251 250 -
CMYK 0.43 0 0.00 0.02
HSL 179.44º 0.93% 0.77% -
HSV(B) 179.44º 0.43% 0.98% -
XYZ 63.08 81.74 102.89 -
YUV 218.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 143 251 250 0.43 0 0.00 0.02 179.44 0.93 0.77
Hex 8F FB FA 2B 0 0 2 B3 5D 4D
Octal 217 373 372 53 0 0 2 263 135 115
Binary 10001111 11111011 11111010 101011 0 0 10 10110011 1011101 1001101

Color Harmonies of #8FFBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFBFA

Black with #8FFBFA

Text Example


Text Example

White with #8FFBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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