#9CDCFA

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

Shades of Columbia Blue #9CDCFA

Tints of Columbia Blue #9CDCFA

Color information

#9CDCFA (or 0x9CDCFA) is unknown color: approx Columbia Blue. HEX triplet: 9C, DC and FA. RGB value is (156,220,250). Sum of RGB (Red+Green+Blue) = 156+220+250=626 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.92% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CDCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDCFA is #632305. Grayscale: #CCCCCC. Windows color (decimal): -6497030 or 16440476. OLE color: 16440476.

HSL color Cylindrical-coordinate representation of color #9CDCFA: hue angle of 199.15º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CDCFA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156220250-
CMYK0.380.1200.02
HSL199.15º90.38%79.61%-
HSV(B)199.15º37.6%98.04%-
XYZ56.5665.16100.04-
YUV204.28153.893.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.92%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=24.92%
G=35.14%
B=39.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562202500.380.1200.02199.1590.3879.61
Hex9CDCFA26C02c75a50
Octal234334372461402307132120
Binary10011100110111001111101010011011000101100011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,250); }

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

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

 a { background-color: rgb(156,220,250); }

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

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

 span { border-color: rgb(156,220,250); }

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