Html Css Color HEX #8CECFC Electric Blue

📋 copy color: '#8CECFC'

red 140 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #8CECFC

Tints of Electric Blue #8CECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 22.29%
G = 37.58%
B = 40.13%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CECFC (or 0x8CECFC) is known color: Electric Blue. HEX triplet: 8C, EC and FC. RGB value is (140,236,252). Sum of RGB (Red+Green+Blue) = 140+236+252=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECFC is #731303. Grayscale: #D0D0D0. Windows color (decimal): -7541508 or 16575628. OLE color: 16575628.

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

Color convert

RGB 140 236 252 -
CMYK 0.44 0.06 0 0.01
HSL 188.57º 0.95% 0.77% -
HSV(B) 188.57º 0.44% 0.99% -
XYZ 58.38 72.59 103.03 -
YUV 209.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 140 236 252 0.44 0.06 0 0.01 188.57 0.95 0.77
Hex 8C EC FC 2C 6 0 1 BD 5F 4D
Octal 214 354 374 54 6 0 1 275 137 115
Binary 10001100 11101100 11111100 101100 110 0 1 10111101 1011111 1001101

Color Harmonies of #8CECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CECFC

Black with #8CECFC

Text Example


Text Example

White with #8CECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,236,252); }

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

background-color css

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

 a { background-color: rgb(140,236,252); }

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

border-color css

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

 span { border-color: rgb(140,236,252); }

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