Shades of Deep Sky Blue #1CB9FD
Tints of Deep Sky Blue #1CB9FD
RGB
CMYK
RGB Variations
Color information
#1CB9FD (or 0x1CB9FD) is known color: Deep Sky Blue. HEX triplet: 1C, B9 and FD. RGB value is (28,185,253). Sum of RGB (Red+Green+Blue) = 28+185+253=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CB9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB9FD is #E34602. Grayscale: #919191. Windows color (decimal): -14894595 or 16627996. OLE color: 16627996.
HSL color Cylindrical-coordinate representation of color #1CB9FD: hue angle of 198.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB9FD is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 185 | 253 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.01 |
| HSL | 198.13º | 0.98% | 0.55% | - |
| HSV(B) | 198.13º | 0.89% | 0.99% | - |
| XYZ | 35.56 | 42.04 | 99.17 | - |
| YUV | 145.81 | 188.49 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 185 | 253 | 0.89 | 0.27 | 0 | 0.01 | 198.13 | 0.98 | 0.55 |
| Hex | 1C | B9 | FD | 59 | 1B | 0 | 1 | C6 | 62 | 37 |
| Octal | 34 | 271 | 375 | 131 | 33 | 0 | 1 | 306 | 142 | 67 |
| Binary | 11100 | 10111001 | 11111101 | 1011001 | 11011 | 0 | 1 | 11000110 | 1100010 | 110111 |
Color Harmonies of #1CB9FD
Complementary color
Monochromatic Colors of #1CB9FD
Black with #1CB9FD
Text Example
Text Example
White with #1CB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB9FD; }
p { color: rgb(28,185,253); }
H1.HeaderClassName
{
color: #1CB9FD;
}
.AnyTagClassName
{
color: #1CB9FD;
}
</style>
background-color css
<style>
a { background-color: #1CB9FD; }
a { background-color: rgb(28,185,253); }
div.DivClassName
{
background-color: #1CB9FD;
}
.BgClassName
{
background-color: #1CB9FD;
}
</style>
border-color css
<style>
span { border-color: #1CB9FD; }
span { border-color: rgb(28,185,253); }
td.TdClassName
{
border-color: #1CB9FD;
}
.TagClassName
{
border-color: #1CB9FD;
}
</style>