#9BDBF2

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

Shades of Columbia Blue #9BDBF2

Tints of Columbia Blue #9BDBF2

Color information

#9BDBF2 (or 0x9BDBF2) is unknown color: approx Columbia Blue. HEX triplet: 9B, DB and F2. RGB value is (155,219,242). Sum of RGB (Red+Green+Blue) = 155+219+242=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BDBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBF2 is #64240D. Grayscale: #CACACA. Windows color (decimal): -6562830 or 15915931. OLE color: 15915931.

HSL color Cylindrical-coordinate representation of color #9BDBF2: hue angle of 195.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BDBF2 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155219242-
CMYK0.360.1000.05
HSL195.86º76.99%77.84%-
HSV(B)195.86º35.95%94.9%-
XYZ54.8864.0493.47-
YUV202.49150.394.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.16%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=25.16%
G=35.55%
B=39.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552192420.360.1000.05195.8676.9977.84
Hex9BDBF224A05c44d4e
Octal233333362441205304115116
Binary100110111101101111110010100100101001011100010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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