Shades of Deep Sky Blue #1CBAFE
Tints of Deep Sky Blue #1CBAFE
RGB
CMYK
RGB Variations
Color information
#1CBAFE (or 0x1CBAFE) is known color: Deep Sky Blue. HEX triplet: 1C, BA and FE. RGB value is (28,186,254). Sum of RGB (Red+Green+Blue) = 28+186+254=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAFE is #E34501. Grayscale: #929292. Windows color (decimal): -14894338 or 16693788. OLE color: 16693788.
HSL color Cylindrical-coordinate representation of color #1CBAFE: hue angle of 198.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBAFE is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 186 | 254 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.00 |
| HSL | 198.05º | 0.99% | 0.55% | - |
| HSV(B) | 198.05º | 0.89% | 1% | - |
| XYZ | 35.93 | 42.52 | 100.08 | - |
| YUV | 146.51 | 188.65 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 254 | 0.89 | 0.27 | 0 | 0.00 | 198.05 | 0.99 | 0.55 |
| Hex | 1C | BA | FE | 59 | 1B | 0 | 0 | C6 | 63 | 37 |
| Octal | 34 | 272 | 376 | 131 | 33 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11100 | 10111010 | 11111110 | 1011001 | 11011 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #1CBAFE
Complementary color
Monochromatic Colors of #1CBAFE
Black with #1CBAFE
Text Example
Text Example
White with #1CBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAFE; }
p { color: rgb(28,186,254); }
H1.HeaderClassName
{
color: #1CBAFE;
}
.AnyTagClassName
{
color: #1CBAFE;
}
</style>
background-color css
<style>
a { background-color: #1CBAFE; }
a { background-color: rgb(28,186,254); }
div.DivClassName
{
background-color: #1CBAFE;
}
.BgClassName
{
background-color: #1CBAFE;
}
</style>
border-color css
<style>
span { border-color: #1CBAFE; }
span { border-color: rgb(28,186,254); }
td.TdClassName
{
border-color: #1CBAFE;
}
.TagClassName
{
border-color: #1CBAFE;
}
</style>