#8EDCFC

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

Shades of Columbia Blue #8EDCFC

Tints of Columbia Blue #8EDCFC

Color information

#8EDCFC (or 0x8EDCFC) is unknown color: approx Columbia Blue. HEX triplet: 8E, DC and FC. RGB value is (142,220,252). Sum of RGB (Red+Green+Blue) = 142+220+252=614 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.13% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCFC is #712303. Grayscale: #C8C8C8. Windows color (decimal): -7414532 or 16571534. OLE color: 16571534.

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

Color convert

RGB142220252-
CMYK0.440.1300.01
HSL197.45º94.83%77.25%-
HSV(B)197.45º43.65%98.82%-
XYZ54.3263.97101.58-
YUV200.33157.1686.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.13%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=23.13%
G=35.83%
B=41.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422202520.440.1300.01197.4594.8377.25
Hex8EDCFC2CD01c55f4d
Octal216334374541501305137115
Binary1000111011011100111111001011001101011100010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,252); }

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

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

 a { background-color: rgb(142,220,252); }

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

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

 span { border-color: rgb(142,220,252); }

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