Html Css Color HEX #8CFCED Electric Blue

📋 copy color: '#8CFCED'

red 140 ◦ green 252 ◦ blue 237

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

Shades of Electric Blue #8CFCED

Tints of Electric Blue #8CFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.06%

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 22.26%
G = 40.06%
B = 37.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#8CFCED (or 0x8CFCED) is known color: Electric Blue. HEX triplet: 8C, FC and ED. RGB value is (140,252,237). Sum of RGB (Red+Green+Blue) = 140+252+237=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCED is #730312. Grayscale: #D8D8D8. Windows color (decimal): -7537427 or 15596684. OLE color: 15596684.

HSL color Cylindrical-coordinate representation of color #8CFCED: hue angle of 171.96º 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 #8CFCED is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 237 -
CMYK 0.44 0 0.06 0.01
HSL 171.96º 0.95% 0.77% -
HSV(B) 171.96º 0.44% 0.99% -
XYZ 60.91 81.31 92.6 -
YUV 216.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 140 252 237 0.44 0 0.06 0.01 171.96 0.95 0.77
Hex 8C FC ED 2C 0 6 1 AC 5F 4D
Octal 214 374 355 54 0 6 1 254 137 115
Binary 10001100 11111100 11101101 101100 0 110 1 10101100 1011111 1001101

Color Harmonies of #8CFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCED

Black with #8CFCED

Text Example


Text Example

White with #8CFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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