#9BD6FB

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

Shades of Columbia Blue #9BD6FB

Tints of Columbia Blue #9BD6FB

Color information

#9BD6FB (or 0x9BD6FB) is unknown color: approx Columbia Blue. HEX triplet: 9B, D6 and FB. RGB value is (155,214,251). Sum of RGB (Red+Green+Blue) = 155+214+251=620 (82% of max value = 765). Red value is 155 (60.94% from 255 or 25% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BD6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD6FB is #642904. Grayscale: #C8C8C8. Windows color (decimal): -6564101 or 16504475. OLE color: 16504475.

HSL color Cylindrical-coordinate representation of color #9BD6FB: hue angle of 203.12º 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 #9BD6FB is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155214251-
CMYK0.380.1500.02
HSL203.12º92.31%79.61%-
HSV(B)203.12º38.25%98.43%-
XYZ54.9862.03100.34-
YUV200.58156.4595.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=25%
G=34.52%
B=40.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552142510.380.1500.02203.1292.3179.61
Hex9BD6FB26F02cb5c50
Octal233326373461702313134120
Binary10011011110101101111101110011011110101100101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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