#9CDBFF

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

Shades of Columbia Blue #9CDBFF

Tints of Columbia Blue #9CDBFF

Color information

#9CDBFF (or 0x9CDBFF) is unknown color: approx Columbia Blue. HEX triplet: 9C, DB and FF. RGB value is (156,219,255). Sum of RGB (Red+Green+Blue) = 156+219+255=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBFF is #632400. Grayscale: #CCCCCC. Windows color (decimal): -6497281 or 16767900. OLE color: 16767900.

HSL color Cylindrical-coordinate representation of color #9CDBFF: hue angle of 201.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CDBFF is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156219255-
CMYK0.390.1400
HSL201.82º100%80.59%-
HSV(B)201.82º38.82%100%-
XYZ57.0964.95104.14-
YUV204.27156.6393.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.76%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 255 (100% from 255) = 40.48%
R=24.76%
G=34.76%
B=40.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562192550.390.1400201.8210080.59
Hex9CDBFF27E00ca6451
Octal234333377471600312144121
Binary1001110011011011111111111001111110001100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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