Shades of Deep Sky Blue #1CBAFC
Tints of Deep Sky Blue #1CBAFC
RGB
CMYK
RGB Variations
Color information
#1CBAFC (or 0x1CBAFC) is known color: Deep Sky Blue. HEX triplet: 1C, BA and FC. RGB value is (28,186,252). Sum of RGB (Red+Green+Blue) = 28+186+252=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CBAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAFC is #E34503. Grayscale: #919191. Windows color (decimal): -14894340 or 16562716. OLE color: 16562716.
HSL color Cylindrical-coordinate representation of color #1CBAFC: hue angle of 197.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBAFC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 186 | 252 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.01 |
| HSL | 197.68º | 0.97% | 0.55% | - |
| HSV(B) | 197.68º | 0.89% | 0.99% | - |
| XYZ | 35.61 | 42.39 | 98.4 | - |
| YUV | 146.28 | 187.65 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 252 | 0.89 | 0.26 | 0 | 0.01 | 197.68 | 0.97 | 0.55 |
| Hex | 1C | BA | FC | 59 | 1A | 0 | 1 | C6 | 61 | 37 |
| Octal | 34 | 272 | 374 | 131 | 32 | 0 | 1 | 306 | 141 | 67 |
| Binary | 11100 | 10111010 | 11111100 | 1011001 | 11010 | 0 | 1 | 11000110 | 1100001 | 110111 |
Color Harmonies of #1CBAFC
Complementary color
Monochromatic Colors of #1CBAFC
Black with #1CBAFC
Text Example
Text Example
White with #1CBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAFC; }
p { color: rgb(28,186,252); }
H1.HeaderClassName
{
color: #1CBAFC;
}
.AnyTagClassName
{
color: #1CBAFC;
}
</style>
background-color css
<style>
a { background-color: #1CBAFC; }
a { background-color: rgb(28,186,252); }
div.DivClassName
{
background-color: #1CBAFC;
}
.BgClassName
{
background-color: #1CBAFC;
}
</style>
border-color css
<style>
span { border-color: #1CBAFC; }
span { border-color: rgb(28,186,252); }
td.TdClassName
{
border-color: #1CBAFC;
}
.TagClassName
{
border-color: #1CBAFC;
}
</style>