Shades of Deep Sky Blue #1BCCFC
Tints of Deep Sky Blue #1BCCFC
RGB
CMYK
RGB Variations
Color information
#1BCCFC (or 0x1BCCFC) is known color: Deep Sky Blue. HEX triplet: 1B, CC and FC. RGB value is (27,204,252). Sum of RGB (Red+Green+Blue) = 27+204+252=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BCCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCFC is #E43303. Grayscale: #9C9C9C. Windows color (decimal): -14955268 or 16567323. OLE color: 16567323.
HSL color Cylindrical-coordinate representation of color #1BCCFC: hue angle of 192.8º 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 #1BCCFC is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 204 | 252 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.01 |
| HSL | 192.8º | 0.97% | 0.55% | - |
| HSV(B) | 192.8º | 0.89% | 0.99% | - |
| XYZ | 39.62 | 50.45 | 99.74 | - |
| YUV | 156.55 | 181.86 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 252 | 0.89 | 0.19 | 0 | 0.01 | 192.8 | 0.97 | 0.55 |
| Hex | 1B | CC | FC | 59 | 13 | 0 | 1 | C1 | 61 | 37 |
| Octal | 33 | 314 | 374 | 131 | 23 | 0 | 1 | 301 | 141 | 67 |
| Binary | 11011 | 11001100 | 11111100 | 1011001 | 10011 | 0 | 1 | 11000001 | 1100001 | 110111 |
Color Harmonies of #1BCCFC
Complementary color
Monochromatic Colors of #1BCCFC
Black with #1BCCFC
Text Example
Text Example
White with #1BCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCFC; }
p { color: rgb(27,204,252); }
H1.HeaderClassName
{
color: #1BCCFC;
}
.AnyTagClassName
{
color: #1BCCFC;
}
</style>
background-color css
<style>
a { background-color: #1BCCFC; }
a { background-color: rgb(27,204,252); }
div.DivClassName
{
background-color: #1BCCFC;
}
.BgClassName
{
background-color: #1BCCFC;
}
</style>
border-color css
<style>
span { border-color: #1BCCFC; }
span { border-color: rgb(27,204,252); }
td.TdClassName
{
border-color: #1BCCFC;
}
.TagClassName
{
border-color: #1BCCFC;
}
</style>