#8EDEFD

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

Shades of Columbia Blue #8EDEFD

Tints of Columbia Blue #8EDEFD

Color information

#8EDEFD (or 0x8EDEFD) is unknown color: approx Columbia Blue. HEX triplet: 8E, DE and FD. RGB value is (142,222,253). Sum of RGB (Red+Green+Blue) = 142+222+253=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEFD is #712102. Grayscale: #C9C9C9. Windows color (decimal): -7414019 or 16637582. OLE color: 16637582.

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

Color convert

RGB142222253-
CMYK0.440.1200.01
HSL196.76º96.52%77.45%-
HSV(B)196.76º43.87%99.22%-
XYZ55.0165.09102.59-
YUV201.6115785.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.01%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=23.01%
G=35.98%
B=41.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422222530.440.1200.01196.7696.5277.45
Hex8EDEFD2CC01c5614d
Octal216336375541401305141115
Binary1000111011011110111111011011001100011100010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,222,253); }

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

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

 a { background-color: rgb(142,222,253); }

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

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

 span { border-color: rgb(142,222,253); }

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