#8DEBF3

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

Shades of Electric Blue #8DEBF3

Tints of Electric Blue #8DEBF3

Color information

#8DEBF3 (or 0x8DEBF3) is unknown color: approx Electric Blue. HEX triplet: 8D, EB and F3. RGB value is (141,235,243). Sum of RGB (Red+Green+Blue) = 141+235+243=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DEBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBF3 is #72140C. Grayscale: #CFCFCF. Windows color (decimal): -7476237 or 15985549. OLE color: 15985549.

HSL color Cylindrical-coordinate representation of color #8DEBF3: hue angle of 184.71º degrees, saturation: 0.81, 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 #8DEBF3 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141235243-
CMYK0.420.0300.05
HSL184.71º80.95%75.29%-
HSV(B)184.71º41.98%95.29%-
XYZ56.8771.5595.61-
YUV207.81147.8680.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.78%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=22.78%
G=37.96%
B=39.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412352430.420.0300.05184.7180.9575.29
Hex8DEBF32A305b9514b
Octal21535336352305271121113
Binary1000110111101011111100111010101101011011100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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