Shades of Deep Sky Blue #1CBAFA
Tints of Deep Sky Blue #1CBAFA
RGB
CMYK
RGB Variations
Color information
#1CBAFA (or 0x1CBAFA) is known color: Deep Sky Blue. HEX triplet: 1C, BA and FA. RGB value is (28,186,250). Sum of RGB (Red+Green+Blue) = 28+186+250=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAFA is #E34505. Grayscale: #919191. Windows color (decimal): -14894342 or 16431644. OLE color: 16431644.
HSL color Cylindrical-coordinate representation of color #1CBAFA: hue angle of 197.3º 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 #1CBAFA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 186 | 250 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.02 |
| HSL | 197.3º | 0.96% | 0.55% | - |
| HSV(B) | 197.3º | 0.89% | 0.98% | - |
| XYZ | 35.29 | 42.27 | 96.74 | - |
| YUV | 146.05 | 186.65 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 250 | 0.89 | 0.26 | 0 | 0.02 | 197.3 | 0.96 | 0.55 |
| Hex | 1C | BA | FA | 59 | 1A | 0 | 2 | C5 | 60 | 37 |
| Octal | 34 | 272 | 372 | 131 | 32 | 0 | 2 | 305 | 140 | 67 |
| Binary | 11100 | 10111010 | 11111010 | 1011001 | 11010 | 0 | 10 | 11000101 | 1100000 | 110111 |
Color Harmonies of #1CBAFA
Complementary color
Monochromatic Colors of #1CBAFA
Black with #1CBAFA
Text Example
Text Example
White with #1CBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAFA; }
p { color: rgb(28,186,250); }
H1.HeaderClassName
{
color: #1CBAFA;
}
.AnyTagClassName
{
color: #1CBAFA;
}
</style>
background-color css
<style>
a { background-color: #1CBAFA; }
a { background-color: rgb(28,186,250); }
div.DivClassName
{
background-color: #1CBAFA;
}
.BgClassName
{
background-color: #1CBAFA;
}
</style>
border-color css
<style>
span { border-color: #1CBAFA; }
span { border-color: rgb(28,186,250); }
td.TdClassName
{
border-color: #1CBAFA;
}
.TagClassName
{
border-color: #1CBAFA;
}
</style>