#8CFAFB

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

Shades of Electric Blue #8CFAFB

Tints of Electric Blue #8CFAFB

Color information

#8CFAFB (or 0x8CFAFB) is unknown color: approx Electric Blue. HEX triplet: 8C, FA and FB. RGB value is (140,250,251). Sum of RGB (Red+Green+Blue) = 140+250+251=641 (84% of max value = 765). Red value is 140 (55.08% from 255 or 21.84% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CFAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAFB is #730504. Grayscale: #D9D9D9. Windows color (decimal): -7537925 or 16513676. OLE color: 16513676.

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

Color convert

RGB140250251-
CMYK0.440.0000.02
HSL180.54º93.28%76.67%-
HSV(B)180.54º44.22%98.43%-
XYZ62.4180.91103.59-
YUV217.22147.0672.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 21.84%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=21.84%
G=39.00%
B=39.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402502510.440.0000.02180.5493.2876.67
Hex8CFAFB2C002b55d4d
Octal21437237354002265135115
Binary10001100111110101111101110110000101011010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,250,251); }

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

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

 a { background-color: rgb(140,250,251); }

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

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

 span { border-color: rgb(140,250,251); }

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