Shades of Deep Sky Blue #1CBAFB
Tints of Deep Sky Blue #1CBAFB
RGB
CMYK
RGB Variations
Color information
#1CBAFB (or 0x1CBAFB) is known color: Deep Sky Blue. HEX triplet: 1C, BA and FB. RGB value is (28,186,251). Sum of RGB (Red+Green+Blue) = 28+186+251=465 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.02% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CBAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAFB is #E34504. Grayscale: #919191. Windows color (decimal): -14894341 or 16497180. OLE color: 16497180.
HSL color Cylindrical-coordinate representation of color #1CBAFB: hue angle of 197.49º degrees, saturation: 0.97, 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 #1CBAFB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 186 | 251 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.02 |
| HSL | 197.49º | 0.97% | 0.55% | - |
| HSV(B) | 197.49º | 0.89% | 0.98% | - |
| XYZ | 35.45 | 42.33 | 97.57 | - |
| YUV | 146.17 | 187.15 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 251 | 0.89 | 0.26 | 0 | 0.02 | 197.49 | 0.97 | 0.55 |
| Hex | 1C | BA | FB | 59 | 1A | 0 | 2 | C5 | 61 | 37 |
| Octal | 34 | 272 | 373 | 131 | 32 | 0 | 2 | 305 | 141 | 67 |
| Binary | 11100 | 10111010 | 11111011 | 1011001 | 11010 | 0 | 10 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1CBAFB
Complementary color
Monochromatic Colors of #1CBAFB
Black with #1CBAFB
Text Example
Text Example
White with #1CBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAFB; }
p { color: rgb(28,186,251); }
H1.HeaderClassName
{
color: #1CBAFB;
}
.AnyTagClassName
{
color: #1CBAFB;
}
</style>
background-color css
<style>
a { background-color: #1CBAFB; }
a { background-color: rgb(28,186,251); }
div.DivClassName
{
background-color: #1CBAFB;
}
.BgClassName
{
background-color: #1CBAFB;
}
</style>
border-color css
<style>
span { border-color: #1CBAFB; }
span { border-color: rgb(28,186,251); }
td.TdClassName
{
border-color: #1CBAFB;
}
.TagClassName
{
border-color: #1CBAFB;
}
</style>