Html Css Color HEX #8FECFC Electric Blue

📋 copy color: '#8FECFC'

red 143 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #8FECFC

Tints of Electric Blue #8FECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 22.66%
G = 37.4%
B = 39.94%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FECFC (or 0x8FECFC) is known color: Electric Blue. HEX triplet: 8F, EC and FC. RGB value is (143,236,252). Sum of RGB (Red+Green+Blue) = 143+236+252=631 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.66% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECFC is #701303. Grayscale: #D1D1D1. Windows color (decimal): -7344900 or 16575631. OLE color: 16575631.

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

Color convert

RGB 143 236 252 -
CMYK 0.43 0.06 0 0.01
HSL 188.81º 0.95% 0.77% -
HSV(B) 188.81º 0.43% 0.99% -
XYZ 58.89 72.86 103.05 -
YUV 210.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 143 236 252 0.43 0.06 0 0.01 188.81 0.95 0.77
Hex 8F EC FC 2B 6 0 1 BD 5F 4D
Octal 217 354 374 53 6 0 1 275 137 115
Binary 10001111 11101100 11111100 101011 110 0 1 10111101 1011111 1001101

Color Harmonies of #8FECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECFC

Black with #8FECFC

Text Example


Text Example

White with #8FECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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