#9BD7FB

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

Shades of Columbia Blue #9BD7FB

Tints of Columbia Blue #9BD7FB

Color information

#9BD7FB (or 0x9BD7FB) is unknown color: approx Columbia Blue. HEX triplet: 9B, D7 and FB. RGB value is (155,215,251). Sum of RGB (Red+Green+Blue) = 155+215+251=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BD7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD7FB is #642804. Grayscale: #C8C8C8. Windows color (decimal): -6563845 or 16504731. OLE color: 16504731.

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

Color convert

RGB155215251-
CMYK0.380.1400.02
HSL202.5º92.31%79.61%-
HSV(B)202.5º38.25%98.43%-
XYZ55.2362.53100.43-
YUV201.16156.1295.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.96%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=24.96%
G=34.62%
B=40.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552152510.380.1400.02202.592.3179.61
Hex9BD7FB26E02ca5c50
Octal233327373461602312134120
Binary10011011110101111111101110011011100101100101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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