#8ED9FD

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

Shades of Columbia Blue #8ED9FD

Tints of Columbia Blue #8ED9FD

Color information

#8ED9FD (or 0x8ED9FD) is unknown color: approx Columbia Blue. HEX triplet: 8E, D9 and FD. RGB value is (142,217,253). Sum of RGB (Red+Green+Blue) = 142+217+253=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ED9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED9FD is #712602. Grayscale: #C6C6C6. Windows color (decimal): -7415299 or 16636302. OLE color: 16636302.

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

Color convert

RGB142217253-
CMYK0.440.1400.01
HSL199.46º96.52%77.45%-
HSV(B)199.46º43.87%99.22%-
XYZ53.762.47102.16-
YUV198.68158.6587.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.20%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=23.20%
G=35.46%
B=41.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422172530.440.1400.01199.4696.5277.45
Hex8ED9FD2CE01c7614d
Octal216331375541601307141115
Binary1000111011011001111111011011001110011100011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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