Html Css Color HEX #8FFCF4 Electric Blue

📋 copy color: '#8FFCF4'

red 143 ◦ green 252 ◦ blue 244

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

Shades of Electric Blue #8FFCF4

Tints of Electric Blue #8FFCF4

RGB

 RED value IS 143 (56.25% from 255) = 22.38%

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

 BLUE value IS 244 (95.7% from 255) = 38.18%

R = 22.38%
G = 39.44%
B = 38.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#8FFCF4 (or 0x8FFCF4) is known color: Electric Blue. HEX triplet: 8F, FC and F4. RGB value is (143,252,244). Sum of RGB (Red+Green+Blue) = 143+252+244=639 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.38% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCF4 is #70030B. Grayscale: #DADADA. Windows color (decimal): -7340812 or 16055439. OLE color: 16055439.

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

Color convert

RGB 143 252 244 -
CMYK 0.43 0 0.03 0.01
HSL 175.6º 0.95% 0.77% -
HSV(B) 175.6º 0.43% 0.99% -
XYZ 62.47 81.99 98.12 -
YUV 218.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 143 252 244 0.43 0 0.03 0.01 175.6 0.95 0.77
Hex 8F FC F4 2B 0 3 1 B0 5F 4D
Octal 217 374 364 53 0 3 1 260 137 115
Binary 10001111 11111100 11110100 101011 0 11 1 10110000 1011111 1001101

Color Harmonies of #8FFCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFCF4

Black with #8FFCF4

Text Example


Text Example

White with #8FFCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,252,244); }

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

background-color css

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

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

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

border-color css

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

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

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