Html Css Color HEX #8FFAFA Electric Blue

📋 copy color: '#8FFAFA'

red 143 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #8FFAFA

Tints of Electric Blue #8FFAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 22.24%
G = 38.88%
B = 38.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FFAFA (or 0x8FFAFA) is known color: Electric Blue. HEX triplet: 8F, FA and FA. RGB value is (143,250,250). Sum of RGB (Red+Green+Blue) = 143+250+250=643 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.24% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #8FFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFAFA is #700505. Grayscale: #D9D9D9. Windows color (decimal): -7341318 or 16448143. OLE color: 16448143.

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

Color convert

RGB 143 250 250 -
CMYK 0.43 0 0 0.02
HSL 180º 0.91% 0.77% -
HSV(B) 180º 0.43% 0.98% -
XYZ 62.77 81.11 102.79 -
YUV 218.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 143 250 250 0.43 0 0 0.02 180 0.91 0.77
Hex 8F FA FA 2B 0 0 2 B4 5B 4D
Octal 217 372 372 53 0 0 2 264 133 115
Binary 10001111 11111010 11111010 101011 0 0 10 10110100 1011011 1001101

Color Harmonies of #8FFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFAFA

Black with #8FFAFA

Text Example


Text Example

White with #8FFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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