Html Css Color HEX #8FFEFD Electric Blue

📋 copy color: '#8FFEFD'

red 143 ◦ green 254 ◦ blue 253

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

Shades of Electric Blue #8FFEFD

Tints of Electric Blue #8FFEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.92%

R = 22%
G = 39.08%
B = 38.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#8FFEFD (or 0x8FFEFD) is known color: Electric Blue. HEX triplet: 8F, FE and FD. RGB value is (143,254,253). Sum of RGB (Red+Green+Blue) = 143+254+253=650 (86% of max value = 765). Red value is 143 (56.25% from 255 or 22% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEFD is #700102. Grayscale: #DCDCDC. Windows color (decimal): -7340291 or 16645775. OLE color: 16645775.

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

Color convert

RGB 143 254 253 -
CMYK 0.44 0 0.00 0.00
HSL 179.46º 0.98% 0.78% -
HSV(B) 179.46º 0.44% 1% -
XYZ 64.5 83.82 105.71 -
YUV 220.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 143 254 253 0.44 0 0.00 0.00 179.46 0.98 0.78
Hex 8F FE FD 2C 0 0 0 B3 62 4E
Octal 217 376 375 54 0 0 0 263 142 116
Binary 10001111 11111110 11111101 101100 0 0 0 10110011 1100010 1001110

Color Harmonies of #8FFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFEFD

Black with #8FFEFD

Text Example


Text Example

White with #8FFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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