#9CDCF3

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

Shades of Columbia Blue #9CDCF3

Tints of Columbia Blue #9CDCF3

Color information

#9CDCF3 (or 0x9CDCF3) is unknown color: approx Columbia Blue. HEX triplet: 9C, DC and F3. RGB value is (156,220,243). Sum of RGB (Red+Green+Blue) = 156+220+243=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #9CDCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDCF3 is #63230C. Grayscale: #CBCBCB. Windows color (decimal): -6497037 or 15981724. OLE color: 15981724.

HSL color Cylindrical-coordinate representation of color #9CDCF3: hue angle of 195.86º 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 #9CDCF3 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156220243-
CMYK0.360.0900.05
HSL195.86º78.38%78.24%-
HSV(B)195.86º35.8%95.29%-
XYZ55.4864.7394.36-
YUV203.49150.394.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.20%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=25.20%
G=35.54%
B=39.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562202430.360.0900.05195.8678.3878.24
Hex9CDCF324905c44e4e
Octal234334363441105304116116
Binary100111001101110011110011100100100101011100010010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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