#8DFBFC

Color #8DFBFC Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #8DFBFC

Tints of Electric Blue #8DFBFC

Color information

#8DFBFC (or 0x8DFBFC) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and FC. RGB value is (141,251,252). Sum of RGB (Red+Green+Blue) = 141+251+252=644 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.89% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBFC is #720403. Grayscale: #DADADA. Windows color (decimal): -7472132 or 16579469. OLE color: 16579469.

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

Color convert

RGB141251252-
CMYK0.440.0000.01
HSL180.54º94.87%77.06%-
HSV(B)180.54º44.05%98.82%-
XYZ63.0581.69104.54-
YUV218.22147.0672.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.89%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=21.89%
G=38.98%
B=39.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412512520.440.0000.01180.5494.8777.06
Hex8DFBFC2C001b55f4d
Octal21537337454001265137115
Binary1000110111111011111111001011000011011010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DFBFC;
 }
 .AnyTagClassName
 {
   color: #8DFBFC;
 }
</style>
background-color css

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

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

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

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

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

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