#9DDAF6

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

Shades of Columbia Blue #9DDAF6

Tints of Columbia Blue #9DDAF6

Color information

#9DDAF6 (or 0x9DDAF6) is unknown color: approx Columbia Blue. HEX triplet: 9D, DA and F6. RGB value is (157,218,246). Sum of RGB (Red+Green+Blue) = 157+218+246=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #9DDAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAF6 is #622509. Grayscale: #CACACA. Windows color (decimal): -6432010 or 16177821. OLE color: 16177821.

HSL color Cylindrical-coordinate representation of color #9DDAF6: hue angle of 198.88º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DDAF6 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157218246-
CMYK0.360.1100.04
HSL198.88º83.18%79.02%-
HSV(B)198.88º36.18%96.47%-
XYZ55.6163.9696.6-
YUV202.95152.2995.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.28%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 246 (96.48% from 255) = 39.61%
R=25.28%
G=35.10%
B=39.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572182460.360.1100.04198.8883.1879.02
Hex9DDAF624B04c7534f
Octal235332366441304307123117
Binary100111011101101011110110100100101101001100011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,246); }

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

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

 a { background-color: rgb(157,218,246); }

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

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

 span { border-color: rgb(157,218,246); }

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