#8CEEFA

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

Shades of Electric Blue #8CEEFA

Tints of Electric Blue #8CEEFA

Color information

#8CEEFA (or 0x8CEEFA) is unknown color: approx Electric Blue. HEX triplet: 8C, EE and FA. RGB value is (140,238,250). Sum of RGB (Red+Green+Blue) = 140+238+250=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEFA is #731105. Grayscale: #D1D1D1. Windows color (decimal): -7540998 or 16445068. OLE color: 16445068.

HSL color Cylindrical-coordinate representation of color #8CEEFA: hue angle of 186.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CEEFA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140238250-
CMYK0.440.0500.02
HSL186.55º91.67%76.47%-
HSV(B)186.55º44%98.04%-
XYZ58.6573.63101.56-
YUV210.07150.5378.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.29%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=22.29%
G=37.90%
B=39.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402382500.440.0500.02186.5591.6776.47
Hex8CEEFA2C502bb5c4c
Octal21435637254502273134114
Binary1000110011101110111110101011001010101011101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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