Html Css Color HEX #8FFBF2 Electric Blue

📋 copy color: '#8FFBF2'

red 143 ◦ green 251 ◦ blue 242

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

Shades of Electric Blue #8FFBF2

Tints of Electric Blue #8FFBF2

RGB

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

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

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

R = 22.48%
G = 39.47%
B = 38.05%

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

#8FFBF2 (or 0x8FFBF2) is known color: Electric Blue. HEX triplet: 8F, FB and F2. RGB value is (143,251,242). Sum of RGB (Red+Green+Blue) = 143+251+242=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBF2 is #70040D. Grayscale: #D9D9D9. Windows color (decimal): -7341070 or 15924111. OLE color: 15924111.

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

Color convert

RGB 143 251 242 -
CMYK 0.43 0 0.04 0.02
HSL 175º 0.93% 0.77% -
HSV(B) 175º 0.43% 0.98% -
XYZ 61.85 81.24 96.43 -
YUV 217.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 143 251 242 0.43 0 0.04 0.02 175 0.93 0.77
Hex 8F FB F2 2B 0 4 2 AF 5D 4D
Octal 217 373 362 53 0 4 2 257 135 115
Binary 10001111 11111011 11110010 101011 0 100 10 10101111 1011101 1001101

Color Harmonies of #8FFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFBF2

Black with #8FFBF2

Text Example


Text Example

White with #8FFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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