#9DD8FA

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

Shades of Columbia Blue #9DD8FA

Tints of Columbia Blue #9DD8FA

Color information

#9DD8FA (or 0x9DD8FA) is unknown color: approx Columbia Blue. HEX triplet: 9D, D8 and FA. RGB value is (157,216,250). Sum of RGB (Red+Green+Blue) = 157+216+250=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DD8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD8FA is #622705. Grayscale: #CACACA. Windows color (decimal): -6432518 or 16439453. OLE color: 16439453.

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

Color convert

RGB157216250-
CMYK0.370.1400.02
HSL201.94º90.29%79.8%-
HSV(B)201.94º37.2%98.04%-
XYZ55.7263.1899.7-
YUV202.24154.9595.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.20%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=25.20%
G=34.67%
B=40.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572162500.370.1400.02201.9490.2979.8
Hex9DD8FA25E02ca5a50
Octal235330372451602312132120
Binary10011101110110001111101010010111100101100101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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