Html Css Color HEX #8FFCFB Electric Blue

📋 copy color: '#8FFCFB'

red 143 ◦ green 252 ◦ blue 251

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

Shades of Electric Blue #8FFCFB

Tints of Electric Blue #8FFCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.85%

R = 22.14%
G = 39.01%
B = 38.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#8FFCFB (or 0x8FFCFB) is known color: Electric Blue. HEX triplet: 8F, FC and FB. RGB value is (143,252,251). Sum of RGB (Red+Green+Blue) = 143+252+251=646 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.14% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCFB is #700304. Grayscale: #DBDBDB. Windows color (decimal): -7340805 or 16514191. OLE color: 16514191.

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

Color convert

RGB 143 252 251 -
CMYK 0.43 0 0.00 0.01
HSL 179.45º 0.95% 0.77% -
HSV(B) 179.45º 0.43% 0.99% -
XYZ 63.55 82.43 103.83 -
YUV 219.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 143 252 251 0.43 0 0.00 0.01 179.45 0.95 0.77
Hex 8F FC FB 2B 0 0 1 B3 5F 4D
Octal 217 374 373 53 0 0 1 263 137 115
Binary 10001111 11111100 11111011 101011 0 0 1 10110011 1011111 1001101

Color Harmonies of #8FFCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFCFB

Black with #8FFCFB

Text Example


Text Example

White with #8FFCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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