#9CDAF3

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

Shades of Columbia Blue #9CDAF3

Tints of Columbia Blue #9CDAF3

Color information

#9CDAF3 (or 0x9CDAF3) is unknown color: approx Columbia Blue. HEX triplet: 9C, DA and F3. RGB value is (156,218,243). Sum of RGB (Red+Green+Blue) = 156+218+243=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #9CDAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDAF3 is #63250C. Grayscale: #CACACA. Windows color (decimal): -6497549 or 15981212. OLE color: 15981212.

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

Color convert

RGB156218243-
CMYK0.360.1000.05
HSL197.24º78.38%78.24%-
HSV(B)197.24º35.8%95.29%-
XYZ54.9663.6894.19-
YUV202.31150.9694.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.28%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=25.28%
G=35.33%
B=39.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562182430.360.1000.05197.2478.3878.24
Hex9CDAF324A05c54e4e
Octal234332363441205305116116
Binary100111001101101011110011100100101001011100010110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,243); }

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

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

 a { background-color: rgb(156,218,243); }

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

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

 span { border-color: rgb(156,218,243); }

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