Shades of Columbia Blue #90DFF3
Tints of Columbia Blue #90DFF3
RGB
CMYK
RGB Variations
Color information
#90DFF3 (or 0x90DFF3) is known color: Columbia Blue. HEX triplet: 90, DF and F3. RGB value is (144,223,243). Sum of RGB (Red+Green+Blue) = 144+223+243=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #90DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFF3 is #6F200C. Grayscale: #C9C9C9. Windows color (decimal): -7282701 or 15982480. OLE color: 15982480.
HSL color Cylindrical-coordinate representation of color #90DFF3: hue angle of 192.12º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90DFF3 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 223 | 243 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.05 |
| HSL | 192.12º | 0.8% | 0.76% | - |
| HSV(B) | 192.12º | 0.41% | 0.95% | - |
| XYZ | 54.07 | 65.18 | 94.52 | - |
| YUV | 201.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 243 | 0.41 | 0.08 | 0 | 0.05 | 192.12 | 0.8 | 0.76 |
| Hex | 90 | DF | F3 | 29 | 8 | 0 | 5 | C0 | 50 | 4C |
| Octal | 220 | 337 | 363 | 51 | 10 | 0 | 5 | 300 | 120 | 114 |
| Binary | 10010000 | 11011111 | 11110011 | 101001 | 1000 | 0 | 101 | 11000000 | 1010000 | 1001100 |
Color Harmonies of #90DFF3
Complementary color
Monochromatic Colors of #90DFF3
Black with #90DFF3
Text Example
Text Example
White with #90DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFF3; }
p { color: rgb(144,223,243); }
H1.HeaderClassName
{
color: #90DFF3;
}
.AnyTagClassName
{
color: #90DFF3;
}
</style>
background-color css
<style>
a { background-color: #90DFF3; }
a { background-color: rgb(144,223,243); }
div.DivClassName
{
background-color: #90DFF3;
}
.BgClassName
{
background-color: #90DFF3;
}
</style>
border-color css
<style>
span { border-color: #90DFF3; }
span { border-color: rgb(144,223,243); }
td.TdClassName
{
border-color: #90DFF3;
}
.TagClassName
{
border-color: #90DFF3;
}
</style>