Html Css Color HEX #8CFCF2 Electric Blue

📋 copy color: '#8CFCF2'

red 140 ◦ green 252 ◦ blue 242

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

Shades of Electric Blue #8CFCF2

Tints of Electric Blue #8CFCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 22.08%
G = 39.75%
B = 38.17%

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

#8CFCF2 (or 0x8CFCF2) is known color: Electric Blue. HEX triplet: 8C, FC and F2. RGB value is (140,252,242). Sum of RGB (Red+Green+Blue) = 140+252+242=634 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.08% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCF2 is #73030D. Grayscale: #D9D9D9. Windows color (decimal): -7537422 or 15924364. OLE color: 15924364.

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

Color convert

RGB 140 252 242 -
CMYK 0.44 0 0.04 0.01
HSL 174.64º 0.95% 0.77% -
HSV(B) 174.64º 0.44% 0.99% -
XYZ 61.65 81.61 96.51 -
YUV 217.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 140 252 242 0.44 0 0.04 0.01 174.64 0.95 0.77
Hex 8C FC F2 2C 0 4 1 AF 5F 4D
Octal 214 374 362 54 0 4 1 257 137 115
Binary 10001100 11111100 11110010 101100 0 100 1 10101111 1011111 1001101

Color Harmonies of #8CFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCF2

Black with #8CFCF2

Text Example


Text Example

White with #8CFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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