Shades of Deep Sky Blue #1CBEFD
Tints of Deep Sky Blue #1CBEFD
RGB
CMYK
RGB Variations
Color information
#1CBEFD (or 0x1CBEFD) is known color: Deep Sky Blue. HEX triplet: 1C, BE and FD. RGB value is (28,190,253). Sum of RGB (Red+Green+Blue) = 28+190+253=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CBEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBEFD is #E34102. Grayscale: #949494. Windows color (decimal): -14893315 or 16629276. OLE color: 16629276.
HSL color Cylindrical-coordinate representation of color #1CBEFD: hue angle of 196.8º degrees, saturation: 0.98, 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 #1CBEFD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 190 | 253 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.01 |
| HSL | 196.8º | 0.98% | 0.55% | - |
| HSV(B) | 196.8º | 0.89% | 0.99% | - |
| XYZ | 36.62 | 44.17 | 99.52 | - |
| YUV | 148.74 | 186.83 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 253 | 0.89 | 0.25 | 0 | 0.01 | 196.8 | 0.98 | 0.55 |
| Hex | 1C | BE | FD | 59 | 19 | 0 | 1 | C5 | 62 | 37 |
| Octal | 34 | 276 | 375 | 131 | 31 | 0 | 1 | 305 | 142 | 67 |
| Binary | 11100 | 10111110 | 11111101 | 1011001 | 11001 | 0 | 1 | 11000101 | 1100010 | 110111 |
Color Harmonies of #1CBEFD
Complementary color
Monochromatic Colors of #1CBEFD
Black with #1CBEFD
Text Example
Text Example
White with #1CBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEFD; }
p { color: rgb(28,190,253); }
H1.HeaderClassName
{
color: #1CBEFD;
}
.AnyTagClassName
{
color: #1CBEFD;
}
</style>
background-color css
<style>
a { background-color: #1CBEFD; }
a { background-color: rgb(28,190,253); }
div.DivClassName
{
background-color: #1CBEFD;
}
.BgClassName
{
background-color: #1CBEFD;
}
</style>
border-color css
<style>
span { border-color: #1CBEFD; }
span { border-color: rgb(28,190,253); }
td.TdClassName
{
border-color: #1CBEFD;
}
.TagClassName
{
border-color: #1CBEFD;
}
</style>