Shades of Columbia Blue #9BDEF4
Tints of Columbia Blue #9BDEF4
RGB
CMYK
RGB Variations
Color information
#9BDEF4 (or 0x9BDEF4) is known color: Columbia Blue. HEX triplet: 9B, DE and F4. RGB value is (155,222,244). Sum of RGB (Red+Green+Blue) = 155+222+244=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #9BDEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDEF4 is #64210B. Grayscale: #CCCCCC. Windows color (decimal): -6562060 or 16047771. OLE color: 16047771.
HSL color Cylindrical-coordinate representation of color #9BDEF4: hue angle of 194.83º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BDEF4 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 222 | 244 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.04 |
| HSL | 194.83º | 0.8% | 0.78% | - |
| HSV(B) | 194.83º | 0.36% | 0.96% | - |
| XYZ | 55.97 | 65.74 | 95.33 | - |
| YUV | 204.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 244 | 0.36 | 0.09 | 0 | 0.04 | 194.83 | 0.8 | 0.78 |
| Hex | 9B | DE | F4 | 24 | 9 | 0 | 4 | C3 | 50 | 4E |
| Octal | 233 | 336 | 364 | 44 | 11 | 0 | 4 | 303 | 120 | 116 |
| Binary | 10011011 | 11011110 | 11110100 | 100100 | 1001 | 0 | 100 | 11000011 | 1010000 | 1001110 |
Color Harmonies of #9BDEF4
Complementary color
Monochromatic Colors of #9BDEF4
Black with #9BDEF4
Text Example
Text Example
White with #9BDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEF4; }
p { color: rgb(155,222,244); }
H1.HeaderClassName
{
color: #9BDEF4;
}
.AnyTagClassName
{
color: #9BDEF4;
}
</style>
background-color css
<style>
a { background-color: #9BDEF4; }
a { background-color: rgb(155,222,244); }
div.DivClassName
{
background-color: #9BDEF4;
}
.BgClassName
{
background-color: #9BDEF4;
}
</style>
border-color css
<style>
span { border-color: #9BDEF4; }
span { border-color: rgb(155,222,244); }
td.TdClassName
{
border-color: #9BDEF4;
}
.TagClassName
{
border-color: #9BDEF4;
}
</style>