#9CDBF5

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

Shades of Columbia Blue #9CDBF5

Tints of Columbia Blue #9CDBF5

Color information

#9CDBF5 (or 0x9CDBF5) is unknown color: approx Columbia Blue. HEX triplet: 9C, DB and F5. RGB value is (156,219,245). Sum of RGB (Red+Green+Blue) = 156+219+245=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #9CDBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBF5 is #63240A. Grayscale: #CACACA. Windows color (decimal): -6497291 or 16112540. OLE color: 16112540.

HSL color Cylindrical-coordinate representation of color #9CDBF5: hue angle of 197.53º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CDBF5 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156219245-
CMYK0.360.1100.04
HSL197.53º81.65%78.63%-
HSV(B)197.53º36.33%96.08%-
XYZ55.5264.3295.88-
YUV203.13151.6394.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.16%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 245 (96.09% from 255) = 39.52%
R=25.16%
G=35.32%
B=39.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562192450.360.1100.04197.5381.6578.63
Hex9CDBF524B04c6524f
Octal234333365441304306122117
Binary100111001101101111110101100100101101001100011010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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