Html Css Color HEX #8CEDFD Electric Blue

📋 copy color: '#8CEDFD'

red 140 ◦ green 237 ◦ blue 253

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

Shades of Electric Blue #8CEDFD

Tints of Electric Blue #8CEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 22.22%
G = 37.62%
B = 40.16%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CEDFD (or 0x8CEDFD) is known color: Electric Blue. HEX triplet: 8C, ED and FD. RGB value is (140,237,253). Sum of RGB (Red+Green+Blue) = 140+237+253=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDFD is #731202. Grayscale: #D1D1D1. Windows color (decimal): -7541251 or 16641420. OLE color: 16641420.

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

Color convert

RGB 140 237 253 -
CMYK 0.45 0.06 0 0.01
HSL 188.5º 0.97% 0.77% -
HSV(B) 188.5º 0.45% 0.99% -
XYZ 58.83 73.24 103.96 -
YUV 209.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 140 237 253 0.45 0.06 0 0.01 188.5 0.97 0.77
Hex 8C ED FD 2D 6 0 1 BC 61 4D
Octal 214 355 375 55 6 0 1 274 141 115
Binary 10001100 11101101 11111101 101101 110 0 1 10111100 1100001 1001101

Color Harmonies of #8CEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEDFD

Black with #8CEDFD

Text Example


Text Example

White with #8CEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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