#8DDDFE

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

Shades of Columbia Blue #8DDDFE

Tints of Columbia Blue #8DDDFE

Color information

#8DDDFE (or 0x8DDDFE) is unknown color: approx Columbia Blue. HEX triplet: 8D, DD and FE. RGB value is (141,221,254). Sum of RGB (Red+Green+Blue) = 141+221+254=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDFE is #722201. Grayscale: #C8C8C8. Windows color (decimal): -7479810 or 16702861. OLE color: 16702861.

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

Color convert

RGB141221254-
CMYK0.440.1300.00
HSL197.52º98.26%77.45%-
HSV(B)197.52º44.49%99.61%-
XYZ54.7364.53103.34-
YUV200.8415885.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=22.89%
G=35.88%
B=41.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412212540.440.1300.00197.5298.2677.45
Hex8DDDFE2CD00c6624d
Octal215335376541500306142115
Binary1000110111011101111111101011001101001100011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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