#9CDBF2

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

Shades of Columbia Blue #9CDBF2

Tints of Columbia Blue #9CDBF2

Color information

#9CDBF2 (or 0x9CDBF2) is unknown color: approx Columbia Blue. HEX triplet: 9C, DB and F2. RGB value is (156,219,242). Sum of RGB (Red+Green+Blue) = 156+219+242=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CDBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBF2 is #63240D. Grayscale: #CACACA. Windows color (decimal): -6497294 or 15915932. OLE color: 15915932.

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

Color convert

RGB156219242-
CMYK0.360.1000.05
HSL196.05º76.79%78.04%-
HSV(B)196.05º35.54%94.9%-
XYZ55.0764.1493.48-
YUV202.78150.1394.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.28%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=25.28%
G=35.49%
B=39.22%

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
Decimal1562192420.360.1000.05196.0576.7978.04
Hex9CDBF224A05c44d4e
Octal234333362441205304115116
Binary100111001101101111110010100100101001011100010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,219,242); }

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

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

 a { background-color: rgb(156,219,242); }

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

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

 span { border-color: rgb(156,219,242); }

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