#8FF3EB

Color #8FF3EB Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #8FF3EB

Tints of Electric Blue #8FF3EB

Color information

#8FF3EB (or 0x8FF3EB) is unknown color: approx Electric Blue. HEX triplet: 8F, F3 and EB. RGB value is (143,243,235). Sum of RGB (Red+Green+Blue) = 143+243+235=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #8FF3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF3EB is #700C14. Grayscale: #D4D4D4. Windows color (decimal): -7343125 or 15463311. OLE color: 15463311.

HSL color Cylindrical-coordinate representation of color #8FF3EB: hue angle of 175.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF3EB is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB143243235-
CMYK0.4100.030.05
HSL175.2º80.65%75.69%-
HSV(B)175.2º41.15%95.29%-
XYZ58.3775.9490.18-
YUV212.19140.8778.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.03%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=23.03%
G=39.13%
B=37.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432432350.4100.030.05175.280.6575.69
Hex8FF3EB29035af514c
Octal21736335351035257121114
Binary1000111111110011111010111010010111011010111110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,243,235); }

 H1.HeaderClassName
 {
   color: #8FF3EB;
 }
 .AnyTagClassName
 {
   color: #8FF3EB;
 }
</style>
background-color css

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

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

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

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

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

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