Html Css Color HEX #8DECF1 Electric Blue

📋 copy color: '#8DECF1'

red 141 ◦ green 236 ◦ blue 241

#8DECF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #8DECF1

Tints of Electric Blue #8DECF1

RGB

 RED value IS 141 (55.47% from 255) = 22.82%

 GREEN value IS 236 (92.58% from 255) = 38.19%

 BLUE value IS 241 (94.53% from 255) = 39%

R = 22.82%
G = 38.19%
B = 39%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DECF1 (or 0x8DECF1) is known color: Electric Blue. HEX triplet: 8D, EC and F1. RGB value is (141,236,241). Sum of RGB (Red+Green+Blue) = 141+236+241=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECF1 is #72130E. Grayscale: #D0D0D0. Windows color (decimal): -7475983 or 15854733. OLE color: 15854733.

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

Color convert

RGB 141 236 241 -
CMYK 0.41 0.02 0 0.05
HSL 183º 0.78% 0.75% -
HSV(B) 183º 0.41% 0.95% -
XYZ 56.86 72 94.12 -
YUV 208.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 141 236 241 0.41 0.02 0 0.05 183 0.78 0.75
Hex 8D EC F1 29 2 0 5 B7 4E 4B
Octal 215 354 361 51 2 0 5 267 116 113
Binary 10001101 11101100 11110001 101001 10 0 101 10110111 1001110 1001011

Color Harmonies of #8DECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DECF1

Black with #8DECF1

Text Example


Text Example

White with #8DECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,236,241); }

 H1.HeaderClassName
 {
   color: #8DECF1;
 }
 .AnyTagClassName
 {
   color: #8DECF1;
 }
</style>

background-color css

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

 a { background-color: rgb(141,236,241); }

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

border-color css

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

 span { border-color: rgb(141,236,241); }

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