#9DDDFA

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

Shades of Columbia Blue #9DDDFA

Tints of Columbia Blue #9DDDFA

Color information

#9DDDFA (or 0x9DDDFA) is unknown color: approx Columbia Blue. HEX triplet: 9D, DD and FA. RGB value is (157,221,250). Sum of RGB (Red+Green+Blue) = 157+221+250=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFA is #622205. Grayscale: #CCCCCC. Windows color (decimal): -6431238 or 16440733. OLE color: 16440733.

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

Color convert

RGB157221250-
CMYK0.370.1200.02
HSL198.71º90.29%79.8%-
HSV(B)198.71º37.2%98.04%-
XYZ57.0265.78100.13-
YUV205.17153.393.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=25%
G=35.19%
B=39.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572212500.370.1200.02198.7190.2979.8
Hex9DDDFA25C02c75a50
Octal235335372451402307132120
Binary10011101110111011111101010010111000101100011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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