Html Css Color HEX #8CFCEB Electric Blue

📋 copy color: '#8CFCEB'

red 140 ◦ green 252 ◦ blue 235

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

Shades of Electric Blue #8CFCEB

Tints of Electric Blue #8CFCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 22.33%
G = 40.19%
B = 37.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#8CFCEB (or 0x8CFCEB) is known color: Electric Blue. HEX triplet: 8C, FC and EB. RGB value is (140,252,235). Sum of RGB (Red+Green+Blue) = 140+252+235=627 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.33% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCEB is #730314. Grayscale: #D8D8D8. Windows color (decimal): -7537429 or 15465612. OLE color: 15465612.

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

Color convert

RGB 140 252 235 -
CMYK 0.44 0 0.07 0.01
HSL 170.89º 0.95% 0.77% -
HSV(B) 170.89º 0.44% 0.99% -
XYZ 60.62 81.19 91.07 -
YUV 216.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 140 252 235 0.44 0 0.07 0.01 170.89 0.95 0.77
Hex 8C FC EB 2C 0 7 1 AB 5F 4D
Octal 214 374 353 54 0 7 1 253 137 115
Binary 10001100 11111100 11101011 101100 0 111 1 10101011 1011111 1001101

Color Harmonies of #8CFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCEB

Black with #8CFCEB

Text Example


Text Example

White with #8CFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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