Shades of Deep Sky Blue #1CBFFD
Tints of Deep Sky Blue #1CBFFD
RGB
CMYK
RGB Variations
Color information
#1CBFFD (or 0x1CBFFD) is known color: Deep Sky Blue. HEX triplet: 1C, BF and FD. RGB value is (28,191,253). Sum of RGB (Red+Green+Blue) = 28+191+253=472 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.93% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CBFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBFFD is #E34002. Grayscale: #949494. Windows color (decimal): -14893059 or 16629532. OLE color: 16629532.
HSL color Cylindrical-coordinate representation of color #1CBFFD: hue angle of 196.53º 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 #1CBFFD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 191 | 253 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.01 |
| HSL | 196.53º | 0.98% | 0.55% | - |
| HSV(B) | 196.53º | 0.89% | 0.99% | - |
| XYZ | 36.84 | 44.6 | 99.6 | - |
| YUV | 149.33 | 186.5 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 253 | 0.89 | 0.25 | 0 | 0.01 | 196.53 | 0.98 | 0.55 |
| Hex | 1C | BF | FD | 59 | 19 | 0 | 1 | C5 | 62 | 37 |
| Octal | 34 | 277 | 375 | 131 | 31 | 0 | 1 | 305 | 142 | 67 |
| Binary | 11100 | 10111111 | 11111101 | 1011001 | 11001 | 0 | 1 | 11000101 | 1100010 | 110111 |
Color Harmonies of #1CBFFD
Complementary color
Monochromatic Colors of #1CBFFD
Black with #1CBFFD
Text Example
Text Example
White with #1CBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBFFD; }
p { color: rgb(28,191,253); }
H1.HeaderClassName
{
color: #1CBFFD;
}
.AnyTagClassName
{
color: #1CBFFD;
}
</style>
background-color css
<style>
a { background-color: #1CBFFD; }
a { background-color: rgb(28,191,253); }
div.DivClassName
{
background-color: #1CBFFD;
}
.BgClassName
{
background-color: #1CBFFD;
}
</style>
border-color css
<style>
span { border-color: #1CBFFD; }
span { border-color: rgb(28,191,253); }
td.TdClassName
{
border-color: #1CBFFD;
}
.TagClassName
{
border-color: #1CBFFD;
}
</style>