#9BCDFF

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

Shades of Columbia Blue #9BCDFF

Tints of Columbia Blue #9BCDFF

Color information

#9BCDFF (or 0x9BCDFF) is unknown color: approx Columbia Blue. HEX triplet: 9B, CD and FF. RGB value is (155,205,255). Sum of RGB (Red+Green+Blue) = 155+205+255=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDFF is #643200. Grayscale: #C3C3C3. Windows color (decimal): -6566401 or 16764315. OLE color: 16764315.

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

Color convert

RGB155205255-
CMYK0.390.2000
HSL210º100%80.39%-
HSV(B)210º39.22%100%-
XYZ53.457.85102.96-
YUV195.75161.4498.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 41.46%
R=25.20%
G=33.33%
B=41.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552052550.390.200021010080.39
Hex9BCDFF271400d26450
Octal233315377472400322144120
Binary10011011110011011111111110011110100001101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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