Html Css Color HEX #8CFCFC Electric Blue

📋 copy color: '#8CFCFC'

red 140 ◦ green 252 ◦ blue 252

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

Shades of Electric Blue #8CFCFC

Tints of Electric Blue #8CFCFC

RGB

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

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

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

R = 21.74%
G = 39.13%
B = 39.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CFCFC (or 0x8CFCFC) is known color: Electric Blue. HEX triplet: 8C, FC and FC. RGB value is (140,252,252). Sum of RGB (Red+Green+Blue) = 140+252+252=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #8CFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCFC is #730303. Grayscale: #DADADA. Windows color (decimal): -7537412 or 16579724. OLE color: 16579724.

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

Color convert

RGB 140 252 252 -
CMYK 0.44 0 0 0.01
HSL 180º 0.95% 0.77% -
HSV(B) 180º 0.44% 0.99% -
XYZ 63.2 82.22 104.64 -
YUV 218.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 140 252 252 0.44 0 0 0.01 180 0.95 0.77
Hex 8C FC FC 2C 0 0 1 B4 5F 4D
Octal 214 374 374 54 0 0 1 264 137 115
Binary 10001100 11111100 11111100 101100 0 0 1 10110100 1011111 1001101

Color Harmonies of #8CFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCFC

Black with #8CFCFC

Text Example


Text Example

White with #8CFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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