Shades of Deep Sky Blue #1CB0FA
Tints of Deep Sky Blue #1CB0FA
RGB
CMYK
RGB Variations
Color information
#1CB0FA (or 0x1CB0FA) is known color: Deep Sky Blue. HEX triplet: 1C, B0 and FA. RGB value is (28,176,250). Sum of RGB (Red+Green+Blue) = 28+176+250=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CB0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB0FA is #E34F05. Grayscale: #8B8B8B. Windows color (decimal): -14896902 or 16429084. OLE color: 16429084.
HSL color Cylindrical-coordinate representation of color #1CB0FA: hue angle of 200º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB0FA is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 176 | 250 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.02 |
| HSL | 200º | 0.96% | 0.55% | - |
| HSV(B) | 200º | 0.89% | 0.98% | - |
| XYZ | 33.26 | 38.2 | 96.06 | - |
| YUV | 140.18 | 189.97 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 250 | 0.89 | 0.30 | 0 | 0.02 | 200 | 0.96 | 0.55 |
| Hex | 1C | B0 | FA | 59 | 1E | 0 | 2 | C8 | 60 | 37 |
| Octal | 34 | 260 | 372 | 131 | 36 | 0 | 2 | 310 | 140 | 67 |
| Binary | 11100 | 10110000 | 11111010 | 1011001 | 11110 | 0 | 10 | 11001000 | 1100000 | 110111 |
Color Harmonies of #1CB0FA
Complementary color
Monochromatic Colors of #1CB0FA
Black with #1CB0FA
Text Example
Text Example
White with #1CB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB0FA; }
p { color: rgb(28,176,250); }
H1.HeaderClassName
{
color: #1CB0FA;
}
.AnyTagClassName
{
color: #1CB0FA;
}
</style>
background-color css
<style>
a { background-color: #1CB0FA; }
a { background-color: rgb(28,176,250); }
div.DivClassName
{
background-color: #1CB0FA;
}
.BgClassName
{
background-color: #1CB0FA;
}
</style>
border-color css
<style>
span { border-color: #1CB0FA; }
span { border-color: rgb(28,176,250); }
td.TdClassName
{
border-color: #1CB0FA;
}
.TagClassName
{
border-color: #1CB0FA;
}
</style>