#8DEBFF

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

Shades of Electric Blue #8DEBFF

Tints of Electric Blue #8DEBFF

Color information

#8DEBFF (or 0x8DEBFF) is unknown color: approx Electric Blue. HEX triplet: 8D, EB and FF. RGB value is (141,235,255). Sum of RGB (Red+Green+Blue) = 141+235+255=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBFF is #721400. Grayscale: #D1D1D1. Windows color (decimal): -7476225 or 16771981. OLE color: 16771981.

HSL color Cylindrical-coordinate representation of color #8DEBFF: hue angle of 190.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DEBFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141235255-
CMYK0.450.0800
HSL190.53º100%77.65%-
HSV(B)190.53º44.71%100%-
XYZ58.7472.3105.47-
YUV209.17153.8679.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.35%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 255 (100% from 255) = 40.41%
R=22.35%
G=37.24%
B=40.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412352550.450.0800190.5310077.65
Hex8DEBFF2D800bf644e
Octal215353377551000277144116
Binary1000110111101011111111111011011000001011111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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