Html Css Color HEX #8FFAF2 Electric Blue

📋 copy color: '#8FFAF2'

red 143 ◦ green 250 ◦ blue 242

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

Shades of Electric Blue #8FFAF2

Tints of Electric Blue #8FFAF2

RGB

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

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

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

R = 22.52%
G = 39.37%
B = 38.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#8FFAF2 (or 0x8FFAF2) is known color: Electric Blue. HEX triplet: 8F, FA and F2. RGB value is (143,250,242). Sum of RGB (Red+Green+Blue) = 143+250+242=635 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.52% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAF2 is #70050D. Grayscale: #D9D9D9. Windows color (decimal): -7341326 or 15923855. OLE color: 15923855.

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

Color convert

RGB 143 250 242 -
CMYK 0.43 0 0.03 0.02
HSL 175.51º 0.91% 0.77% -
HSV(B) 175.51º 0.43% 0.98% -
XYZ 61.54 80.62 96.32 -
YUV 217.1 142.05 75.15 -
System Red Green Blue C M Y K H S L
Decimal 143 250 242 0.43 0 0.03 0.02 175.51 0.91 0.77
Hex 8F FA F2 2B 0 3 2 B0 5B 4D
Octal 217 372 362 53 0 3 2 260 133 115
Binary 10001111 11111010 11110010 101011 0 11 10 10110000 1011011 1001101

Color Harmonies of #8FFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFAF2

Black with #8FFAF2

Text Example


Text Example

White with #8FFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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