Html Css Color HEX #8CFCF1 Electric Blue

📋 copy color: '#8CFCF1'

red 140 ◦ green 252 ◦ blue 241

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

Shades of Electric Blue #8CFCF1

Tints of Electric Blue #8CFCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 22.12%
G = 39.81%
B = 38.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#8CFCF1 (or 0x8CFCF1) is known color: Electric Blue. HEX triplet: 8C, FC and F1. RGB value is (140,252,241). Sum of RGB (Red+Green+Blue) = 140+252+241=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCF1 is #73030E. Grayscale: #D9D9D9. Windows color (decimal): -7537423 or 15858828. OLE color: 15858828.

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

Color convert

RGB 140 252 241 -
CMYK 0.44 0 0.04 0.01
HSL 174.11º 0.95% 0.77% -
HSV(B) 174.11º 0.44% 0.99% -
XYZ 61.5 81.55 95.72 -
YUV 217.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 140 252 241 0.44 0 0.04 0.01 174.11 0.95 0.77
Hex 8C FC F1 2C 0 4 1 AE 5F 4D
Octal 214 374 361 54 0 4 1 256 137 115
Binary 10001100 11111100 11110001 101100 0 100 1 10101110 1011111 1001101

Color Harmonies of #8CFCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCF1

Black with #8CFCF1

Text Example


Text Example

White with #8CFCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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