Shades of Deep Sky Blue #1CB1FF
Tints of Deep Sky Blue #1CB1FF
RGB
CMYK
RGB Variations
Color information
#1CB1FF (or 0x1CB1FF) is known color: Deep Sky Blue. HEX triplet: 1C, B1 and FF. RGB value is (28,177,255). Sum of RGB (Red+Green+Blue) = 28+177+255=460 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.09% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB1FF is #E34E00. Grayscale: #8C8C8C. Windows color (decimal): -14896641 or 16757020. OLE color: 16757020.
HSL color Cylindrical-coordinate representation of color #1CB1FF: hue angle of 200.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB1FF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 177 | 255 | - |
| CMYK | 0.89 | 0.31 | 0 | 0 |
| HSL | 200.62º | 1% | 0.55% | - |
| HSV(B) | 200.62º | 0.89% | 1% | - |
| XYZ | 34.25 | 38.91 | 100.31 | - |
| YUV | 141.34 | 192.14 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 177 | 255 | 0.89 | 0.31 | 0 | 0 | 200.62 | 1 | 0.55 |
| Hex | 1C | B1 | FF | 59 | 1F | 0 | 0 | C9 | 64 | 37 |
| Octal | 34 | 261 | 377 | 131 | 37 | 0 | 0 | 311 | 144 | 67 |
| Binary | 11100 | 10110001 | 11111111 | 1011001 | 11111 | 0 | 0 | 11001001 | 1100100 | 110111 |
Color Harmonies of #1CB1FF
Complementary color
Monochromatic Colors of #1CB1FF
Black with #1CB1FF
Text Example
Text Example
White with #1CB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB1FF; }
p { color: rgb(28,177,255); }
H1.HeaderClassName
{
color: #1CB1FF;
}
.AnyTagClassName
{
color: #1CB1FF;
}
</style>
background-color css
<style>
a { background-color: #1CB1FF; }
a { background-color: rgb(28,177,255); }
div.DivClassName
{
background-color: #1CB1FF;
}
.BgClassName
{
background-color: #1CB1FF;
}
</style>
border-color css
<style>
span { border-color: #1CB1FF; }
span { border-color: rgb(28,177,255); }
td.TdClassName
{
border-color: #1CB1FF;
}
.TagClassName
{
border-color: #1CB1FF;
}
</style>