#9CD1FF

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

Shades of Columbia Blue #9CD1FF

Tints of Columbia Blue #9CD1FF

Color information

#9CD1FF (or 0x9CD1FF) is unknown color: approx Columbia Blue. HEX triplet: 9C, D1 and FF. RGB value is (156,209,255). Sum of RGB (Red+Green+Blue) = 156+209+255=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CD1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD1FF is #632E00. Grayscale: #C6C6C6. Windows color (decimal): -6499841 or 16765340. OLE color: 16765340.

HSL color Cylindrical-coordinate representation of color #9CD1FF: hue angle of 207.88º 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 #9CD1FF is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156209255-
CMYK0.390.1800
HSL207.88º100%80.59%-
HSV(B)207.88º38.82%100%-
XYZ54.5659.89103.29-
YUV198.4159.9497.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.16%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 255 (100% from 255) = 41.13%
R=25.16%
G=33.71%
B=41.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562092550.390.1800207.8810080.59
Hex9CD1FF271200d06451
Octal234321377472200320144121
Binary10011100110100011111111110011110010001101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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