Shades of Deep Sky Blue #1CB0FF
Tints of Deep Sky Blue #1CB0FF
RGB
CMYK
RGB Variations
Color information
#1CB0FF (or 0x1CB0FF) is known color: Deep Sky Blue. HEX triplet: 1C, B0 and FF. RGB value is (28,176,255). Sum of RGB (Red+Green+Blue) = 28+176+255=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB0FF is #E34F00. Grayscale: #8C8C8C. Windows color (decimal): -14896897 or 16756764. OLE color: 16756764.
HSL color Cylindrical-coordinate representation of color #1CB0FF: hue angle of 200.88º 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 #1CB0FF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 176 | 255 | - |
| CMYK | 0.89 | 0.31 | 0 | 0 |
| HSL | 200.88º | 1% | 0.55% | - |
| HSV(B) | 200.88º | 0.89% | 1% | - |
| XYZ | 34.05 | 38.52 | 100.25 | - |
| YUV | 140.75 | 192.47 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 255 | 0.89 | 0.31 | 0 | 0 | 200.88 | 1 | 0.55 |
| Hex | 1C | B0 | FF | 59 | 1F | 0 | 0 | C9 | 64 | 37 |
| Octal | 34 | 260 | 377 | 131 | 37 | 0 | 0 | 311 | 144 | 67 |
| Binary | 11100 | 10110000 | 11111111 | 1011001 | 11111 | 0 | 0 | 11001001 | 1100100 | 110111 |
Color Harmonies of #1CB0FF
Complementary color
Monochromatic Colors of #1CB0FF
Black with #1CB0FF
Text Example
Text Example
White with #1CB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB0FF; }
p { color: rgb(28,176,255); }
H1.HeaderClassName
{
color: #1CB0FF;
}
.AnyTagClassName
{
color: #1CB0FF;
}
</style>
background-color css
<style>
a { background-color: #1CB0FF; }
a { background-color: rgb(28,176,255); }
div.DivClassName
{
background-color: #1CB0FF;
}
.BgClassName
{
background-color: #1CB0FF;
}
</style>
border-color css
<style>
span { border-color: #1CB0FF; }
span { border-color: rgb(28,176,255); }
td.TdClassName
{
border-color: #1CB0FF;
}
.TagClassName
{
border-color: #1CB0FF;
}
</style>