Html Css Color HEX #8FFCF5 Electric Blue

📋 copy color: '#8FFCF5'

red 143 ◦ green 252 ◦ blue 245

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

Shades of Electric Blue #8FFCF5

Tints of Electric Blue #8FFCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.28%

R = 22.34%
G = 39.38%
B = 38.28%

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

#8FFCF5 (or 0x8FFCF5) is known color: Electric Blue. HEX triplet: 8F, FC and F5. RGB value is (143,252,245). Sum of RGB (Red+Green+Blue) = 143+252+245=640 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.34% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCF5 is #70030A. Grayscale: #DADADA. Windows color (decimal): -7340811 or 16120975. OLE color: 16120975.

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

Color convert

RGB 143 252 245 -
CMYK 0.43 0 0.03 0.01
HSL 176.15º 0.95% 0.77% -
HSV(B) 176.15º 0.43% 0.99% -
XYZ 62.62 82.05 98.92 -
YUV 218.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 143 252 245 0.43 0 0.03 0.01 176.15 0.95 0.77
Hex 8F FC F5 2B 0 3 1 B0 5F 4D
Octal 217 374 365 53 0 3 1 260 137 115
Binary 10001111 11111100 11110101 101011 0 11 1 10110000 1011111 1001101

Color Harmonies of #8FFCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFCF5

Black with #8FFCF5

Text Example


Text Example

White with #8FFCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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