Html Css Color HEX #8FFDF8 Electric Blue

📋 copy color: '#8FFDF8'

red 143 ◦ green 253 ◦ blue 248

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

Shades of Electric Blue #8FFDF8

Tints of Electric Blue #8FFDF8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.29%

 BLUE value IS 248 (97.27% from 255) = 38.51%

R = 22.2%
G = 39.29%
B = 38.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#8FFDF8 (or 0x8FFDF8) is known color: Electric Blue. HEX triplet: 8F, FD and F8. RGB value is (143,253,248). Sum of RGB (Red+Green+Blue) = 143+253+248=644 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.20% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFDF8 is #700207. Grayscale: #DBDBDB. Windows color (decimal): -7340552 or 16317839. OLE color: 16317839.

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

Color convert

RGB 143 253 248 -
CMYK 0.43 0 0.02 0.01
HSL 177.27º 0.96% 0.78% -
HSV(B) 177.27º 0.43% 0.99% -
XYZ 63.4 82.87 101.46 -
YUV 219.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 143 253 248 0.43 0 0.02 0.01 177.27 0.96 0.78
Hex 8F FD F8 2B 0 2 1 B1 60 4E
Octal 217 375 370 53 0 2 1 261 140 116
Binary 10001111 11111101 11111000 101011 0 10 1 10110001 1100000 1001110

Color Harmonies of #8FFDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFDF8

Black with #8FFDF8

Text Example


Text Example

White with #8FFDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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