#9BCFFF

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

Shades of Columbia Blue #9BCFFF

Tints of Columbia Blue #9BCFFF

Color information

#9BCFFF (or 0x9BCFFF) is unknown color: approx Columbia Blue. HEX triplet: 9B, CF and FF. RGB value is (155,207,255). Sum of RGB (Red+Green+Blue) = 155+207+255=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFFF is #643000. Grayscale: #C4C4C4. Windows color (decimal): -6565889 or 16764827. OLE color: 16764827.

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

Color convert

RGB155207255-
CMYK0.390.1900
HSL208.8º100%80.39%-
HSV(B)208.8º39.22%100%-
XYZ53.8858.81103.12-
YUV196.92160.7798.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.12%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 255 (100% from 255) = 41.33%
R=25.12%
G=33.55%
B=41.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552072550.390.1900208.810080.39
Hex9BCFFF271300d16450
Octal233317377472300321144120
Binary10011011110011111111111110011110011001101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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