#8DDDFD

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

Shades of Columbia Blue #8DDDFD

Tints of Columbia Blue #8DDDFD

Color information

#8DDDFD (or 0x8DDDFD) is unknown color: approx Columbia Blue. HEX triplet: 8D, DD and FD. RGB value is (141,221,253). Sum of RGB (Red+Green+Blue) = 141+221+253=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDFD is #722202. Grayscale: #C8C8C8. Windows color (decimal): -7479811 or 16637325. OLE color: 16637325.

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

Color convert

RGB141221253-
CMYK0.440.1300.01
HSL197.14º96.55%77.25%-
HSV(B)197.14º44.27%99.22%-
XYZ54.5764.47102.5-
YUV200.73157.585.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.93%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=22.93%
G=35.93%
B=41.14%

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
Decimal1412212530.440.1300.01197.1496.5577.25
Hex8DDDFD2CD01c5614d
Octal215335375541501305141115
Binary1000110111011101111111011011001101011100010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,253); }

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

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

 a { background-color: rgb(141,221,253); }

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

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

 span { border-color: rgb(141,221,253); }

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