Shades of Columbia Blue #90DEFC
Tints of Columbia Blue #90DEFC
RGB
CMYK
RGB Variations
Color information
#90DEFC (or 0x90DEFC) is known color: Columbia Blue. HEX triplet: 90, DE and FC. RGB value is (144,222,252). Sum of RGB (Red+Green+Blue) = 144+222+252=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #90DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEFC is #6F2103. Grayscale: #C9C9C9. Windows color (decimal): -7282948 or 16572048. OLE color: 16572048.
HSL color Cylindrical-coordinate representation of color #90DEFC: hue angle of 196.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DEFC is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 222 | 252 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.01 |
| HSL | 196.67º | 0.95% | 0.78% | - |
| HSV(B) | 196.67º | 0.43% | 0.99% | - |
| XYZ | 55.19 | 65.2 | 101.77 | - |
| YUV | 202.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 252 | 0.43 | 0.12 | 0 | 0.01 | 196.67 | 0.95 | 0.78 |
| Hex | 90 | DE | FC | 2B | C | 0 | 1 | C5 | 5F | 4E |
| Octal | 220 | 336 | 374 | 53 | 14 | 0 | 1 | 305 | 137 | 116 |
| Binary | 10010000 | 11011110 | 11111100 | 101011 | 1100 | 0 | 1 | 11000101 | 1011111 | 1001110 |
Color Harmonies of #90DEFC
Complementary color
Monochromatic Colors of #90DEFC
Black with #90DEFC
Text Example
Text Example
White with #90DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEFC; }
p { color: rgb(144,222,252); }
H1.HeaderClassName
{
color: #90DEFC;
}
.AnyTagClassName
{
color: #90DEFC;
}
</style>
background-color css
<style>
a { background-color: #90DEFC; }
a { background-color: rgb(144,222,252); }
div.DivClassName
{
background-color: #90DEFC;
}
.BgClassName
{
background-color: #90DEFC;
}
</style>
border-color css
<style>
span { border-color: #90DEFC; }
span { border-color: rgb(144,222,252); }
td.TdClassName
{
border-color: #90DEFC;
}
.TagClassName
{
border-color: #90DEFC;
}
</style>