Html Css Color HEX #8CFCF0 Electric Blue

📋 copy color: '#8CFCF0'

red 140 ◦ green 252 ◦ blue 240

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

Shades of Electric Blue #8CFCF0

Tints of Electric Blue #8CFCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 22.15%
G = 39.87%
B = 37.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#8CFCF0 (or 0x8CFCF0) is known color: Electric Blue. HEX triplet: 8C, FC and F0. RGB value is (140,252,240). Sum of RGB (Red+Green+Blue) = 140+252+240=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCF0 is #73030F. Grayscale: #D9D9D9. Windows color (decimal): -7537424 or 15793292. OLE color: 15793292.

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

Color convert

RGB 140 252 240 -
CMYK 0.44 0 0.05 0.01
HSL 173.57º 0.95% 0.77% -
HSV(B) 173.57º 0.44% 0.99% -
XYZ 61.35 81.49 94.93 -
YUV 217.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 140 252 240 0.44 0 0.05 0.01 173.57 0.95 0.77
Hex 8C FC F0 2C 0 5 1 AE 5F 4D
Octal 214 374 360 54 0 5 1 256 137 115
Binary 10001100 11111100 11110000 101100 0 101 1 10101110 1011111 1001101

Color Harmonies of #8CFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCF0

Black with #8CFCF0

Text Example


Text Example

White with #8CFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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