Html Css Color HEX #8FF5F8 Electric Blue

📋 copy color: '#8FF5F8'

red 143 ◦ green 245 ◦ blue 248

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

Shades of Electric Blue #8FF5F8

Tints of Electric Blue #8FF5F8

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.52%

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

R = 22.48%
G = 38.52%
B = 38.99%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8FF5F8 (or 0x8FF5F8) is known color: Electric Blue. HEX triplet: 8F, F5 and F8. RGB value is (143,245,248). Sum of RGB (Red+Green+Blue) = 143+245+248=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FF5F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF5F8 is #700A07. Grayscale: #D6D6D6. Windows color (decimal): -7342600 or 16315791. OLE color: 16315791.

HSL color Cylindrical-coordinate representation of color #8FF5F8: hue angle of 181.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF5F8 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 245 248 -
CMYK 0.42 0.01 0 0.03
HSL 181.71º 0.88% 0.77% -
HSV(B) 181.71º 0.42% 0.97% -
XYZ 60.92 77.92 100.64 -
YUV 214.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 143 245 248 0.42 0.01 0 0.03 181.71 0.88 0.77
Hex 8F F5 F8 2A 1 0 3 B6 58 4D
Octal 217 365 370 52 1 0 3 266 130 115
Binary 10001111 11110101 11111000 101010 1 0 11 10110110 1011000 1001101

Color Harmonies of #8FF5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF5F8

Black with #8FF5F8

Text Example


Text Example

White with #8FF5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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