Html Css Color HEX #8FFBFC Electric Blue

📋 copy color: '#8FFBFC'

red 143 ◦ green 251 ◦ blue 252

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

Shades of Electric Blue #8FFBFC

Tints of Electric Blue #8FFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.85%

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

R = 22.14%
G = 38.85%
B = 39.01%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FFBFC (or 0x8FFBFC) is known color: Electric Blue. HEX triplet: 8F, FB and FC. RGB value is (143,251,252). Sum of RGB (Red+Green+Blue) = 143+251+252=646 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.14% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFBFC is #700403. Grayscale: #DADADA. Windows color (decimal): -7341060 or 16579471. OLE color: 16579471.

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

Color convert

RGB 143 251 252 -
CMYK 0.43 0.00 0 0.01
HSL 180.55º 0.95% 0.77% -
HSV(B) 180.55º 0.43% 0.99% -
XYZ 63.4 81.86 104.56 -
YUV 218.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 143 251 252 0.43 0.00 0 0.01 180.55 0.95 0.77
Hex 8F FB FC 2B 0 0 1 B5 5F 4D
Octal 217 373 374 53 0 0 1 265 137 115
Binary 10001111 11111011 11111100 101011 0 0 1 10110101 1011111 1001101

Color Harmonies of #8FFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFBFC

Black with #8FFBFC

Text Example


Text Example

White with #8FFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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