#8CFDFA

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

Shades of Electric Blue #8CFDFA

Tints of Electric Blue #8CFDFA

Color information

#8CFDFA (or 0x8CFDFA) is unknown color: approx Electric Blue. HEX triplet: 8C, FD and FA. RGB value is (140,253,250). Sum of RGB (Red+Green+Blue) = 140+253+250=643 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.77% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFDFA is #730205. Grayscale: #DADADA. Windows color (decimal): -7537158 or 16448908. OLE color: 16448908.

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

Color convert

RGB140253250-
CMYK0.4500.010.01
HSL178.41º96.58%77.06%-
HSV(B)178.41º44.66%99.22%-
XYZ63.282.73103.08-
YUV218.87145.5671.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 21.77%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=21.77%
G=39.35%
B=38.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402532500.4500.010.01178.4196.5877.06
Hex8CFDFA2D011b2614d
Octal21437537255011262141115
Binary1000110011111101111110101011010111011001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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