#9DD9FA

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

Shades of Columbia Blue #9DD9FA

Tints of Columbia Blue #9DD9FA

Color information

#9DD9FA (or 0x9DD9FA) is unknown color: approx Columbia Blue. HEX triplet: 9D, D9 and FA. RGB value is (157,217,250). Sum of RGB (Red+Green+Blue) = 157+217+250=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD9FA is #622605. Grayscale: #CACACA. Windows color (decimal): -6432262 or 16439709. OLE color: 16439709.

HSL color Cylindrical-coordinate representation of color #9DD9FA: hue angle of 201.29º 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 #9DD9FA is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157217250-
CMYK0.370.1300.02
HSL201.29º90.29%79.8%-
HSV(B)201.29º37.2%98.04%-
XYZ55.9763.799.79-
YUV202.82154.6295.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.16%
GREEN value IS 217 (85.16% from 255) = 34.78%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=25.16%
G=34.78%
B=40.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572172500.370.1300.02201.2990.2979.8
Hex9DD9FA25D02c95a50
Octal235331372451502311132120
Binary10011101110110011111101010010111010101100100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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