Html Css Color HEX #8FFAFE Electric Blue

📋 copy color: '#8FFAFE'

red 143 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #8FFAFE

Tints of Electric Blue #8FFAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 22.1%
G = 38.64%
B = 39.26%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FFAFE (or 0x8FFAFE) is known color: Electric Blue. HEX triplet: 8F, FA and FE. RGB value is (143,250,254). Sum of RGB (Red+Green+Blue) = 143+250+254=647 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.10% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAFE is #700501. Grayscale: #DADADA. Windows color (decimal): -7341314 or 16710287. OLE color: 16710287.

HSL color Cylindrical-coordinate representation of color #8FFAFE: hue angle of 182.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFAFE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 250 254 -
CMYK 0.44 0.02 0 0.00
HSL 182.16º 0.98% 0.78% -
HSV(B) 182.16º 0.44% 1% -
XYZ 63.4 81.37 106.13 -
YUV 218.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 143 250 254 0.44 0.02 0 0.00 182.16 0.98 0.78
Hex 8F FA FE 2C 2 0 0 B6 62 4E
Octal 217 372 376 54 2 0 0 266 142 116
Binary 10001111 11111010 11111110 101100 10 0 0 10110110 1100010 1001110

Color Harmonies of #8FFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFAFE

Black with #8FFAFE

Text Example


Text Example

White with #8FFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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