#8EFBFD

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

Shades of Electric Blue #8EFBFD

Tints of Electric Blue #8EFBFD

Color information

#8EFBFD (or 0x8EFBFD) is unknown color: approx Electric Blue. HEX triplet: 8E, FB and FD. RGB value is (142,251,253). Sum of RGB (Red+Green+Blue) = 142+251+253=646 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.98% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EFBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBFD is #710402. Grayscale: #DADADA. Windows color (decimal): -7406595 or 16645006. OLE color: 16645006.

HSL color Cylindrical-coordinate representation of color #8EFBFD: hue angle of 181.08º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFBFD is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142251253-
CMYK0.440.0100.01
HSL181.08º96.52%77.45%-
HSV(B)181.08º43.87%99.22%-
XYZ63.3881.84105.38-
YUV218.64147.3973.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.98%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=21.98%
G=38.85%
B=39.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422512530.440.0100.01181.0896.5277.45
Hex8EFBFD2C101b5614d
Octal21637337554101265141115
Binary1000111011111011111111011011001011011010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,251,253); }

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

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

 a { background-color: rgb(142,251,253); }

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

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

 span { border-color: rgb(142,251,253); }

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