#9DD9FF

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

Shades of Columbia Blue #9DD9FF

Tints of Columbia Blue #9DD9FF

Color information

#9DD9FF (or 0x9DD9FF) is unknown color: approx Columbia Blue. HEX triplet: 9D, D9 and FF. RGB value is (157,217,255). Sum of RGB (Red+Green+Blue) = 157+217+255=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD9FF is #622600. Grayscale: #CBCBCB. Windows color (decimal): -6432257 or 16767389. OLE color: 16767389.

HSL color Cylindrical-coordinate representation of color #9DD9FF: hue angle of 203.27º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DD9FF is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157217255-
CMYK0.380.1500
HSL203.27º100%80.78%-
HSV(B)203.27º38.43%100%-
XYZ56.7764.01103.97-
YUV203.39157.1294.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.96%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 255 (100% from 255) = 40.54%
R=24.96%
G=34.50%
B=40.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572172550.380.1500203.2710080.78
Hex9DD9FF26F00cb6451
Octal235331377461700313144121
Binary1001110111011001111111111001101111001100101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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