Html Css Color HEX #8CEDFF Electric Blue

📋 copy color: '#8CEDFF'

red 140 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #8CEDFF

Tints of Electric Blue #8CEDFF

RGB

 RED value IS 140 (55.08% from 255) = 22.15%

 GREEN value IS 237 (92.97% from 255) = 37.5%

 BLUE value IS 255 (100% from 255) = 40.35%

R = 22.15%
G = 37.5%
B = 40.35%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CEDFF (or 0x8CEDFF) is known color: Electric Blue. HEX triplet: 8C, ED and FF. RGB value is (140,237,255). Sum of RGB (Red+Green+Blue) = 140+237+255=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDFF is #731200. Grayscale: #D1D1D1. Windows color (decimal): -7541249 or 16772492. OLE color: 16772492.

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

Color convert

RGB 140 237 255 -
CMYK 0.45 0.07 0 0
HSL 189.39º 1% 0.77% -
HSV(B) 189.39º 0.45% 1% -
XYZ 59.15 73.36 105.65 -
YUV 210.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 140 237 255 0.45 0.07 0 0 189.39 1 0.77
Hex 8C ED FF 2D 7 0 0 BD 64 4D
Octal 214 355 377 55 7 0 0 275 144 115
Binary 10001100 11101101 11111111 101101 111 0 0 10111101 1100100 1001101

Color Harmonies of #8CEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEDFF

Black with #8CEDFF

Text Example


Text Example

White with #8CEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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