#9BCFFB

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

Shades of Columbia Blue #9BCFFB

Tints of Columbia Blue #9BCFFB

Color information

#9BCFFB (or 0x9BCFFB) is unknown color: approx Columbia Blue. HEX triplet: 9B, CF and FB. RGB value is (155,207,251). Sum of RGB (Red+Green+Blue) = 155+207+251=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BCFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFFB is #643004. Grayscale: #C4C4C4. Windows color (decimal): -6565893 or 16502683. OLE color: 16502683.

HSL color Cylindrical-coordinate representation of color #9BCFFB: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCFFB is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155207251-
CMYK0.380.1800.02
HSL207.5º92.31%79.61%-
HSV(B)207.5º38.25%98.43%-
XYZ53.2458.5699.76-
YUV196.47158.7798.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.29%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=25.29%
G=33.77%
B=40.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552072510.380.1800.02207.592.3179.61
Hex9BCFFB261202d05c50
Octal233317373462202320134120
Binary100110111100111111111011100110100100101101000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,251); }

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

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

 a { background-color: rgb(155,207,251); }

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

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

 span { border-color: rgb(155,207,251); }

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