#8EDCFB

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

Shades of Columbia Blue #8EDCFB

Tints of Columbia Blue #8EDCFB

Color information

#8EDCFB (or 0x8EDCFB) is unknown color: approx Columbia Blue. HEX triplet: 8E, DC and FB. RGB value is (142,220,251). Sum of RGB (Red+Green+Blue) = 142+220+251=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EDCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCFB is #712304. Grayscale: #C8C8C8. Windows color (decimal): -7414533 or 16505998. OLE color: 16505998.

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

Color convert

RGB142220251-
CMYK0.430.1200.02
HSL197.06º93.16%77.06%-
HSV(B)197.06º43.43%98.43%-
XYZ54.1663.9100.75-
YUV200.21156.6686.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.16%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=23.16%
G=35.89%
B=40.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422202510.430.1200.02197.0693.1677.06
Hex8EDCFB2BC02c55d4d
Octal216334373531402305135115
Binary10001110110111001111101110101111000101100010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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