Html Css Color HEX #8CFCFF Electric Blue

📋 copy color: '#8CFCFF'

red 140 ◦ green 252 ◦ blue 255

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

Shades of Electric Blue #8CFCFF

Tints of Electric Blue #8CFCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.41%

R = 21.64%
G = 38.95%
B = 39.41%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CFCFF (or 0x8CFCFF) is known color: Electric Blue. HEX triplet: 8C, FC and FF. RGB value is (140,252,255). Sum of RGB (Red+Green+Blue) = 140+252+255=647 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.64% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCFF is #730300. Grayscale: #DADADA. Windows color (decimal): -7537409 or 16776332. OLE color: 16776332.

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

Color convert

RGB 140 252 255 -
CMYK 0.45 0.01 0 0
HSL 181.57º 1% 0.77% -
HSV(B) 181.57º 0.45% 1% -
XYZ 63.68 82.42 107.16 -
YUV 218.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 140 252 255 0.45 0.01 0 0 181.57 1 0.77
Hex 8C FC FF 2D 1 0 0 B6 64 4D
Octal 214 374 377 55 1 0 0 266 144 115
Binary 10001100 11111100 11111111 101101 1 0 0 10110110 1100100 1001101

Color Harmonies of #8CFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCFF

Black with #8CFCFF

Text Example


Text Example

White with #8CFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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