#9DDAF1

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

Shades of Columbia Blue #9DDAF1

Tints of Columbia Blue #9DDAF1

Color information

#9DDAF1 (or 0x9DDAF1) is unknown color: approx Columbia Blue. HEX triplet: 9D, DA and F1. RGB value is (157,218,241). Sum of RGB (Red+Green+Blue) = 157+218+241=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAF1 is #62250E. Grayscale: #CACACA. Windows color (decimal): -6432015 or 15850141. OLE color: 15850141.

HSL color Cylindrical-coordinate representation of color #9DDAF1: hue angle of 196.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DDAF1 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157218241-
CMYK0.350.1000.05
HSL196.43º75%78.04%-
HSV(B)196.43º34.85%94.51%-
XYZ54.8563.6692.62-
YUV202.38149.7995.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=25.49%
G=35.39%
B=39.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572182410.350.1000.05196.437578.04
Hex9DDAF123A05c44b4e
Octal235332361431205304113116
Binary100111011101101011110001100011101001011100010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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