Html Css Color HEX #8FF9EC Electric Blue

📋 copy color: '#8FF9EC'

red 143 ◦ green 249 ◦ blue 236

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

Shades of Electric Blue #8FF9EC

Tints of Electric Blue #8FF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.65%

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 22.77%
G = 39.65%
B = 37.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#8FF9EC (or 0x8FF9EC) is known color: Electric Blue. HEX triplet: 8F, F9 and EC. RGB value is (143,249,236). Sum of RGB (Red+Green+Blue) = 143+249+236=628 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.77% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #8FF9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF9EC is #700613. Grayscale: #D7D7D7. Windows color (decimal): -7341588 or 15530383. OLE color: 15530383.

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

Color convert

RGB 143 249 236 -
CMYK 0.43 0 0.05 0.02
HSL 172.64º 0.9% 0.77% -
HSV(B) 172.64º 0.43% 0.98% -
XYZ 60.34 79.65 91.55 -
YUV 215.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 143 249 236 0.43 0 0.05 0.02 172.64 0.9 0.77
Hex 8F F9 EC 2B 0 5 2 AD 5A 4D
Octal 217 371 354 53 0 5 2 255 132 115
Binary 10001111 11111001 11101100 101011 0 101 10 10101101 1011010 1001101

Color Harmonies of #8FF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF9EC

Black with #8FF9EC

Text Example


Text Example

White with #8FF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,249,236); }

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

background-color css

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

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

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

border-color css

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

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

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