Html Css Color HEX #8FEFFC Electric Blue

📋 copy color: '#8FEFFC'

red 143 ◦ green 239 ◦ blue 252

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

Shades of Electric Blue #8FEFFC

Tints of Electric Blue #8FEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.7%

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

R = 22.56%
G = 37.7%
B = 39.75%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FEFFC (or 0x8FEFFC) is known color: Electric Blue. HEX triplet: 8F, EF and FC. RGB value is (143,239,252). Sum of RGB (Red+Green+Blue) = 143+239+252=634 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.56% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FEFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEFFC is #701003. Grayscale: #D3D3D3. Windows color (decimal): -7344132 or 16576399. OLE color: 16576399.

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

Color convert

RGB 143 239 252 -
CMYK 0.43 0.05 0 0.01
HSL 187.16º 0.95% 0.77% -
HSV(B) 187.16º 0.43% 0.99% -
XYZ 59.76 74.6 103.34 -
YUV 211.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 143 239 252 0.43 0.05 0 0.01 187.16 0.95 0.77
Hex 8F EF FC 2B 5 0 1 BB 5F 4D
Octal 217 357 374 53 5 0 1 273 137 115
Binary 10001111 11101111 11111100 101011 101 0 1 10111011 1011111 1001101

Color Harmonies of #8FEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEFFC

Black with #8FEFFC

Text Example


Text Example

White with #8FEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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