Html Css Color HEX #8FFAF9 Electric Blue

📋 copy color: '#8FFAF9'

red 143 ◦ green 250 ◦ blue 249

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

Shades of Electric Blue #8FFAF9

Tints of Electric Blue #8FFAF9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.94%

 BLUE value IS 249 (97.66% from 255) = 38.79%

R = 22.27%
G = 38.94%
B = 38.79%

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

#8FFAF9 (or 0x8FFAF9) is known color: Electric Blue. HEX triplet: 8F, FA and F9. RGB value is (143,250,249). Sum of RGB (Red+Green+Blue) = 143+250+249=642 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.27% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAF9 is #700506. Grayscale: #D9D9D9. Windows color (decimal): -7341319 or 16382607. OLE color: 16382607.

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

Color convert

RGB 143 250 249 -
CMYK 0.43 0 0.00 0.02
HSL 179.44º 0.91% 0.77% -
HSV(B) 179.44º 0.43% 0.98% -
XYZ 62.61 81.05 101.97 -
YUV 217.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 143 250 249 0.43 0 0.00 0.02 179.44 0.91 0.77
Hex 8F FA F9 2B 0 0 2 B3 5B 4D
Octal 217 372 371 53 0 0 2 263 133 115
Binary 10001111 11111010 11111001 101011 0 0 10 10110011 1011011 1001101

Color Harmonies of #8FFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFAF9

Black with #8FFAF9

Text Example


Text Example

White with #8FFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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