#9DDAFA

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

Shades of Columbia Blue #9DDAFA

Tints of Columbia Blue #9DDAFA

Color information

#9DDAFA (or 0x9DDAFA) is unknown color: approx Columbia Blue. HEX triplet: 9D, DA and FA. RGB value is (157,218,250). Sum of RGB (Red+Green+Blue) = 157+218+250=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAFA is #622505. Grayscale: #CBCBCB. Windows color (decimal): -6432006 or 16439965. OLE color: 16439965.

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

Color convert

RGB157218250-
CMYK0.370.1300.02
HSL200.65º90.29%79.8%-
HSV(B)200.65º37.2%98.04%-
XYZ56.2364.2199.87-
YUV203.41154.2994.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.12%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 250 (98.05% from 255) = 40%
R=25.12%
G=34.88%
B=40%

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
Decimal1572182500.370.1300.02200.6590.2979.8
Hex9DDAFA25D02c95a50
Octal235332372451502311132120
Binary10011101110110101111101010010111010101100100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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