#9BDBFB

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

Shades of Columbia Blue #9BDBFB

Tints of Columbia Blue #9BDBFB

Color information

#9BDBFB (or 0x9BDBFB) is unknown color: approx Columbia Blue. HEX triplet: 9B, DB and FB. RGB value is (155,219,251). Sum of RGB (Red+Green+Blue) = 155+219+251=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BDBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBFB is #642404. Grayscale: #CBCBCB. Windows color (decimal): -6562821 or 16505755. OLE color: 16505755.

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

Color convert

RGB155219251-
CMYK0.380.1300.02
HSL200º92.31%79.61%-
HSV(B)200º38.25%98.43%-
XYZ56.2664.6100.77-
YUV203.51154.893.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.8%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=24.8%
G=35.04%
B=40.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552192510.380.1300.0220092.3179.61
Hex9BDBFB26D02c85c50
Octal233333373461502310134120
Binary10011011110110111111101110011011010101100100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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