Shades of Deep Sky Blue #1CBDF3
Tints of Deep Sky Blue #1CBDF3
RGB
CMYK
RGB Variations
Color information
#1CBDF3 (or 0x1CBDF3) is known color: Deep Sky Blue. HEX triplet: 1C, BD and F3. RGB value is (28,189,243). Sum of RGB (Red+Green+Blue) = 28+189+243=460 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.09% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #1CBDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBDF3 is #E3420C. Grayscale: #929292. Windows color (decimal): -14893581 or 15973660. OLE color: 15973660.
HSL color Cylindrical-coordinate representation of color #1CBDF3: hue angle of 195.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBDF3 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 189 | 243 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.05 |
| HSL | 195.07º | 0.9% | 0.53% | - |
| HSV(B) | 195.07º | 0.88% | 0.95% | - |
| XYZ | 34.85 | 43.11 | 91.28 | - |
| YUV | 147.02 | 182.16 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 243 | 0.88 | 0.22 | 0 | 0.05 | 195.07 | 0.9 | 0.53 |
| Hex | 1C | BD | F3 | 58 | 16 | 0 | 5 | C3 | 5A | 35 |
| Octal | 34 | 275 | 363 | 130 | 26 | 0 | 5 | 303 | 132 | 65 |
| Binary | 11100 | 10111101 | 11110011 | 1011000 | 10110 | 0 | 101 | 11000011 | 1011010 | 110101 |
Color Harmonies of #1CBDF3
Complementary color
Monochromatic Colors of #1CBDF3
Black with #1CBDF3
Text Example
Text Example
White with #1CBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDF3; }
p { color: rgb(28,189,243); }
H1.HeaderClassName
{
color: #1CBDF3;
}
.AnyTagClassName
{
color: #1CBDF3;
}
</style>
background-color css
<style>
a { background-color: #1CBDF3; }
a { background-color: rgb(28,189,243); }
div.DivClassName
{
background-color: #1CBDF3;
}
.BgClassName
{
background-color: #1CBDF3;
}
</style>
border-color css
<style>
span { border-color: #1CBDF3; }
span { border-color: rgb(28,189,243); }
td.TdClassName
{
border-color: #1CBDF3;
}
.TagClassName
{
border-color: #1CBDF3;
}
</style>