#8CEDEE

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

Shades of Electric Blue #8CEDEE

Tints of Electric Blue #8CEDEE

Color information

#8CEDEE (or 0x8CEDEE) is unknown color: approx Electric Blue. HEX triplet: 8C, ED and EE. RGB value is (140,237,238). Sum of RGB (Red+Green+Blue) = 140+237+238=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDEE is #731211. Grayscale: #D0D0D0. Windows color (decimal): -7541266 or 15658380. OLE color: 15658380.

HSL color Cylindrical-coordinate representation of color #8CEDEE: hue angle of 180.61º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEDEE is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140237238-
CMYK0.410.0000.07
HSL180.61º74.24%74.12%-
HSV(B)180.61º41.18%93.33%-
XYZ56.5372.3291.87-
YUV208.11144.8679.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.76%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=22.76%
G=38.54%
B=38.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402372380.410.0000.07180.6174.2474.12
Hex8CEDEE29007b54a4a
Octal21435535651007265112112
Binary100011001110110111101110101001001111011010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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