Shades of Columbia Blue #91DFF4
Tints of Columbia Blue #91DFF4
RGB
CMYK
RGB Variations
Color information
#91DFF4 (or 0x91DFF4) is known color: Columbia Blue. HEX triplet: 91, DF and F4. RGB value is (145,223,244). Sum of RGB (Red+Green+Blue) = 145+223+244=612 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.69% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #91DFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFF4 is #6E200B. Grayscale: #C9C9C9. Windows color (decimal): -7217164 or 16048017. OLE color: 16048017.
HSL color Cylindrical-coordinate representation of color #91DFF4: hue angle of 192.73º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91DFF4 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 223 | 244 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.04 |
| HSL | 192.73º | 0.82% | 0.76% | - |
| HSV(B) | 192.73º | 0.41% | 0.96% | - |
| XYZ | 54.39 | 65.33 | 95.33 | - |
| YUV | 202.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 244 | 0.41 | 0.09 | 0 | 0.04 | 192.73 | 0.82 | 0.76 |
| Hex | 91 | DF | F4 | 29 | 9 | 0 | 4 | C1 | 52 | 4C |
| Octal | 221 | 337 | 364 | 51 | 11 | 0 | 4 | 301 | 122 | 114 |
| Binary | 10010001 | 11011111 | 11110100 | 101001 | 1001 | 0 | 100 | 11000001 | 1010010 | 1001100 |
Color Harmonies of #91DFF4
Complementary color
Monochromatic Colors of #91DFF4
Black with #91DFF4
Text Example
Text Example
White with #91DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFF4; }
p { color: rgb(145,223,244); }
H1.HeaderClassName
{
color: #91DFF4;
}
.AnyTagClassName
{
color: #91DFF4;
}
</style>
background-color css
<style>
a { background-color: #91DFF4; }
a { background-color: rgb(145,223,244); }
div.DivClassName
{
background-color: #91DFF4;
}
.BgClassName
{
background-color: #91DFF4;
}
</style>
border-color css
<style>
span { border-color: #91DFF4; }
span { border-color: rgb(145,223,244); }
td.TdClassName
{
border-color: #91DFF4;
}
.TagClassName
{
border-color: #91DFF4;
}
</style>