#8EDCFF

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

Shades of Columbia Blue #8EDCFF

Tints of Columbia Blue #8EDCFF

Color information

#8EDCFF (or 0x8EDCFF) is unknown color: approx Columbia Blue. HEX triplet: 8E, DC and FF. RGB value is (142,220,255). Sum of RGB (Red+Green+Blue) = 142+220+255=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCFF is #712300. Grayscale: #C8C8C8. Windows color (decimal): -7414529 or 16768142. OLE color: 16768142.

HSL color Cylindrical-coordinate representation of color #8EDCFF: hue angle of 198.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDCFF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142220255-
CMYK0.440.1400
HSL198.58º100%77.84%-
HSV(B)198.58º44.31%100%-
XYZ54.864.16104.1-
YUV200.67158.6686.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.01%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 255 (100% from 255) = 41.33%
R=23.01%
G=35.66%
B=41.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422202550.440.1400198.5810077.84
Hex8EDCFF2CE00c7644e
Octal216334377541600307144116
Binary1000111011011100111111111011001110001100011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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