Html Css Color HEX #8FECF8 Electric Blue

📋 copy color: '#8FECF8'

red 143 ◦ green 236 ◦ blue 248

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

Shades of Electric Blue #8FECF8

Tints of Electric Blue #8FECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.64%

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

R = 22.81%
G = 37.64%
B = 39.55%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8FECF8 (or 0x8FECF8) is known color: Electric Blue. HEX triplet: 8F, EC and F8. RGB value is (143,236,248). Sum of RGB (Red+Green+Blue) = 143+236+248=627 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.81% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECF8 is #701307. Grayscale: #D1D1D1. Windows color (decimal): -7344904 or 16313487. OLE color: 16313487.

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

Color convert

RGB 143 236 248 -
CMYK 0.42 0.05 0 0.03
HSL 186.86º 0.88% 0.77% -
HSV(B) 186.86º 0.42% 0.97% -
XYZ 58.27 72.61 99.75 -
YUV 209.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 143 236 248 0.42 0.05 0 0.03 186.86 0.88 0.77
Hex 8F EC F8 2A 5 0 3 BB 58 4D
Octal 217 354 370 52 5 0 3 273 130 115
Binary 10001111 11101100 11111000 101010 101 0 11 10111011 1011000 1001101

Color Harmonies of #8FECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECF8

Black with #8FECF8

Text Example


Text Example

White with #8FECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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