Html Css Color HEX #8FF0FA Electric Blue

📋 copy color: '#8FF0FA'

red 143 ◦ green 240 ◦ blue 250

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

Shades of Electric Blue #8FF0FA

Tints of Electric Blue #8FF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.91%

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

R = 22.59%
G = 37.91%
B = 39.49%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FF0FA (or 0x8FF0FA) is known color: Electric Blue. HEX triplet: 8F, F0 and FA. RGB value is (143,240,250). Sum of RGB (Red+Green+Blue) = 143+240+250=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF0FA is #700F05. Grayscale: #D4D4D4. Windows color (decimal): -7343878 or 16445583. OLE color: 16445583.

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

Color convert

RGB 143 240 250 -
CMYK 0.43 0.04 0 0.02
HSL 185.61º 0.91% 0.77% -
HSV(B) 185.61º 0.43% 0.98% -
XYZ 59.74 75.06 101.78 -
YUV 212.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 143 240 250 0.43 0.04 0 0.02 185.61 0.91 0.77
Hex 8F F0 FA 2B 4 0 2 BA 5B 4D
Octal 217 360 372 53 4 0 2 272 133 115
Binary 10001111 11110000 11111010 101011 100 0 10 10111010 1011011 1001101

Color Harmonies of #8FF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF0FA

Black with #8FF0FA

Text Example


Text Example

White with #8FF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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