#9BCCFF

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

Shades of Columbia Blue #9BCCFF

Tints of Columbia Blue #9BCCFF

Color information

#9BCCFF (or 0x9BCCFF) is unknown color: approx Columbia Blue. HEX triplet: 9B, CC and FF. RGB value is (155,204,255). Sum of RGB (Red+Green+Blue) = 155+204+255=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCFF is #643300. Grayscale: #C2C2C2. Windows color (decimal): -6566657 or 16764059. OLE color: 16764059.

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

Color convert

RGB155204255-
CMYK0.390.200
HSL210.6º100%80.39%-
HSV(B)210.6º39.22%100%-
XYZ53.1657.37102.88-
YUV195.16161.7799.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.24%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 255 (100% from 255) = 41.53%
R=25.24%
G=33.22%
B=41.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552042550.390.200210.610080.39
Hex9BCCFF271400d36450
Octal233314377472400323144120
Binary10011011110011001111111110011110100001101001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,255); }

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

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

 a { background-color: rgb(155,204,255); }

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

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

 span { border-color: rgb(155,204,255); }

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