Html Css Color HEX #8FFBF0 Electric Blue

📋 copy color: '#8FFBF0'

red 143 ◦ green 251 ◦ blue 240

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

Shades of Electric Blue #8FFBF0

Tints of Electric Blue #8FFBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 22.56%
G = 39.59%
B = 37.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#8FFBF0 (or 0x8FFBF0) is known color: Electric Blue. HEX triplet: 8F, FB and F0. RGB value is (143,251,240). Sum of RGB (Red+Green+Blue) = 143+251+240=634 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.56% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBF0 is #70040F. Grayscale: #D9D9D9. Windows color (decimal): -7341072 or 15793039. OLE color: 15793039.

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

Color convert

RGB 143 251 240 -
CMYK 0.43 0 0.04 0.02
HSL 173.89º 0.93% 0.77% -
HSV(B) 173.89º 0.43% 0.98% -
XYZ 61.55 81.13 94.85 -
YUV 217.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 143 251 240 0.43 0 0.04 0.02 173.89 0.93 0.77
Hex 8F FB F0 2B 0 4 2 AE 5D 4D
Octal 217 373 360 53 0 4 2 256 135 115
Binary 10001111 11111011 11110000 101011 0 100 10 10101110 1011101 1001101

Color Harmonies of #8FFBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFBF0

Black with #8FFBF0

Text Example


Text Example

White with #8FFBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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