Html Css Color HEX #8FEEFA Electric Blue

📋 copy color: '#8FEEFA'

red 143 ◦ green 238 ◦ blue 250

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

Shades of Electric Blue #8FEEFA

Tints of Electric Blue #8FEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.72%

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

R = 22.66%
G = 37.72%
B = 39.62%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FEEFA (or 0x8FEEFA) is known color: Electric Blue. HEX triplet: 8F, EE and FA. RGB value is (143,238,250). Sum of RGB (Red+Green+Blue) = 143+238+250=631 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.66% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEFA is #701105. Grayscale: #D2D2D2. Windows color (decimal): -7344390 or 16445071. OLE color: 16445071.

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

Color convert

RGB 143 238 250 -
CMYK 0.43 0.05 0 0.02
HSL 186.73º 0.91% 0.77% -
HSV(B) 186.73º 0.43% 0.98% -
XYZ 59.16 73.89 101.59 -
YUV 210.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 143 238 250 0.43 0.05 0 0.02 186.73 0.91 0.77
Hex 8F EE FA 2B 5 0 2 BB 5B 4D
Octal 217 356 372 53 5 0 2 273 133 115
Binary 10001111 11101110 11111010 101011 101 0 10 10111011 1011011 1001101

Color Harmonies of #8FEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEFA

Black with #8FEEFA

Text Example


Text Example

White with #8FEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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