Shades of Deep Sky Blue #1CBDF5
Tints of Deep Sky Blue #1CBDF5
RGB
CMYK
RGB Variations
Color information
#1CBDF5 (or 0x1CBDF5) is known color: Deep Sky Blue. HEX triplet: 1C, BD and F5. RGB value is (28,189,245). Sum of RGB (Red+Green+Blue) = 28+189+245=462 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.06% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #1CBDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBDF5 is #E3420A. Grayscale: #929292. Windows color (decimal): -14893579 or 16104732. OLE color: 16104732.
HSL color Cylindrical-coordinate representation of color #1CBDF5: hue angle of 195.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBDF5 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 189 | 245 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.04 |
| HSL | 195.48º | 0.92% | 0.54% | - |
| HSV(B) | 195.48º | 0.89% | 0.96% | - |
| XYZ | 35.16 | 43.23 | 92.88 | - |
| YUV | 147.25 | 183.16 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 245 | 0.89 | 0.23 | 0 | 0.04 | 195.48 | 0.92 | 0.54 |
| Hex | 1C | BD | F5 | 59 | 17 | 0 | 4 | C3 | 5C | 36 |
| Octal | 34 | 275 | 365 | 131 | 27 | 0 | 4 | 303 | 134 | 66 |
| Binary | 11100 | 10111101 | 11110101 | 1011001 | 10111 | 0 | 100 | 11000011 | 1011100 | 110110 |
Color Harmonies of #1CBDF5
Complementary color
Monochromatic Colors of #1CBDF5
Black with #1CBDF5
Text Example
Text Example
White with #1CBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDF5; }
p { color: rgb(28,189,245); }
H1.HeaderClassName
{
color: #1CBDF5;
}
.AnyTagClassName
{
color: #1CBDF5;
}
</style>
background-color css
<style>
a { background-color: #1CBDF5; }
a { background-color: rgb(28,189,245); }
div.DivClassName
{
background-color: #1CBDF5;
}
.BgClassName
{
background-color: #1CBDF5;
}
</style>
border-color css
<style>
span { border-color: #1CBDF5; }
span { border-color: rgb(28,189,245); }
td.TdClassName
{
border-color: #1CBDF5;
}
.TagClassName
{
border-color: #1CBDF5;
}
</style>