#9BD8F1

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

Shades of Columbia Blue #9BD8F1

Tints of Columbia Blue #9BD8F1

Color information

#9BD8F1 (or 0x9BD8F1) is unknown color: approx Columbia Blue. HEX triplet: 9B, D8 and F1. RGB value is (155,216,241). Sum of RGB (Red+Green+Blue) = 155+216+241=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BD8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD8F1 is #64270E. Grayscale: #C8C8C8. Windows color (decimal): -6563599 or 15849627. OLE color: 15849627.

HSL color Cylindrical-coordinate representation of color #9BD8F1: hue angle of 197.44º degrees, saturation: 0.75, 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 #9BD8F1 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155216241-
CMYK0.360.1000.05
HSL197.44º75.44%77.65%-
HSV(B)197.44º35.68%94.51%-
XYZ53.9562.4392.43-
YUV200.61150.7995.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.33%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=25.33%
G=35.29%
B=39.38%

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
Decimal1552162410.360.1000.05197.4475.4477.65
Hex9BD8F124A05c54b4e
Octal233330361441205305113116
Binary100110111101100011110001100100101001011100010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,216,241); }

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

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

 a { background-color: rgb(155,216,241); }

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

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

 span { border-color: rgb(155,216,241); }

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