#8CEBF1

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

Shades of Electric Blue #8CEBF1

Tints of Electric Blue #8CEBF1

Color information

#8CEBF1 (or 0x8CEBF1) is unknown color: approx Electric Blue. HEX triplet: 8C, EB and F1. RGB value is (140,235,241). Sum of RGB (Red+Green+Blue) = 140+235+241=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBF1 is #73140E. Grayscale: #CFCFCF. Windows color (decimal): -7541775 or 15854476. OLE color: 15854476.

HSL color Cylindrical-coordinate representation of color #8CEBF1: hue angle of 183.56º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CEBF1 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140235241-
CMYK0.420.0200.05
HSL183.56º78.29%74.71%-
HSV(B)183.56º41.91%94.51%-
XYZ56.471.3494.02-
YUV207.28147.0380.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.73%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=22.73%
G=38.15%
B=39.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402352410.420.0200.05183.5678.2974.71
Hex8CEBF12A205b84e4b
Octal21435336152205270116113
Binary1000110011101011111100011010101001011011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,241); }

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

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

 a { background-color: rgb(140,235,241); }

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

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

 span { border-color: rgb(140,235,241); }

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