Html Css Color HEX #8FFEFF Electric Blue

📋 copy color: '#8FFEFF'

red 143 ◦ green 254 ◦ blue 255

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

Shades of Electric Blue #8FFEFF

Tints of Electric Blue #8FFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.96%

 BLUE value IS 255 (100% from 255) = 39.11%

R = 21.93%
G = 38.96%
B = 39.11%

CMYK

 C value IS 0.44

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FFEFF (or 0x8FFEFF) is known color: Electric Blue. HEX triplet: 8F, FE and FF. RGB value is (143,254,255). Sum of RGB (Red+Green+Blue) = 143+254+255=652 (86% of max value = 765). Red value is 143 (56.25% from 255 or 21.93% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEFF is #700100. Grayscale: #DCDCDC. Windows color (decimal): -7340289 or 16776847. OLE color: 16776847.

HSL color Cylindrical-coordinate representation of color #8FFEFF: hue angle of 180.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEFF is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 254 255 -
CMYK 0.44 0.00 0 0
HSL 180.54º 1% 0.78% -
HSV(B) 180.54º 0.44% 1% -
XYZ 64.82 83.94 107.39 -
YUV 220.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 143 254 255 0.44 0.00 0 0 180.54 1 0.78
Hex 8F FE FF 2C 0 0 0 B5 64 4E
Octal 217 376 377 54 0 0 0 265 144 116
Binary 10001111 11111110 11111111 101100 0 0 0 10110101 1100100 1001110

Color Harmonies of #8FFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFEFF

Black with #8FFEFF

Text Example


Text Example

White with #8FFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,254,255); }

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

background-color css

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

 a { background-color: rgb(143,254,255); }

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

border-color css

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

 span { border-color: rgb(143,254,255); }

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