#9BD5FB

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

Shades of Columbia Blue #9BD5FB

Tints of Columbia Blue #9BD5FB

Color information

#9BD5FB (or 0x9BD5FB) is unknown color: approx Columbia Blue. HEX triplet: 9B, D5 and FB. RGB value is (155,213,251). Sum of RGB (Red+Green+Blue) = 155+213+251=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BD5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD5FB is #642A04. Grayscale: #C7C7C7. Windows color (decimal): -6564357 or 16504219. OLE color: 16504219.

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

Color convert

RGB155213251-
CMYK0.380.1500.02
HSL203.75º92.31%79.61%-
HSV(B)203.75º38.25%98.43%-
XYZ54.7261.52100.26-
YUV199.99156.7895.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.04%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=25.04%
G=34.41%
B=40.55%

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
Decimal1552132510.380.1500.02203.7592.3179.61
Hex9BD5FB26F02cc5c50
Octal233325373461702314134120
Binary10011011110101011111101110011011110101100110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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