#8DDDFA

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

Shades of Columbia Blue #8DDDFA

Tints of Columbia Blue #8DDDFA

Color information

#8DDDFA (or 0x8DDDFA) is unknown color: approx Columbia Blue. HEX triplet: 8D, DD and FA. RGB value is (141,221,250). Sum of RGB (Red+Green+Blue) = 141+221+250=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDFA is #722205. Grayscale: #C8C8C8. Windows color (decimal): -7479814 or 16440717. OLE color: 16440717.

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

Color convert

RGB141221250-
CMYK0.440.1200.02
HSL195.96º91.6%76.67%-
HSV(B)195.96º43.6%98.04%-
XYZ54.164.28100-
YUV200.3915685.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.04%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=23.04%
G=36.11%
B=40.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412212500.440.1200.02195.9691.676.67
Hex8DDDFA2CC02c45c4d
Octal215335372541402304134115
Binary10001101110111011111101010110011000101100010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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