Shades of Deep Sky Blue #1BD2FC
Tints of Deep Sky Blue #1BD2FC
RGB
CMYK
RGB Variations
Color information
#1BD2FC (or 0x1BD2FC) is known color: Deep Sky Blue. HEX triplet: 1B, D2 and FC. RGB value is (27,210,252). Sum of RGB (Red+Green+Blue) = 27+210+252=489 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.52% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BD2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD2FC is #E42D03. Grayscale: #9F9F9F. Windows color (decimal): -14953732 or 16568859. OLE color: 16568859.
HSL color Cylindrical-coordinate representation of color #1BD2FC: hue angle of 191.2º 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 #1BD2FC is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 210 | 252 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.01 |
| HSL | 191.2º | 0.97% | 0.55% | - |
| HSV(B) | 191.2º | 0.89% | 0.99% | - |
| XYZ | 41.07 | 53.35 | 100.23 | - |
| YUV | 160.07 | 179.87 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 252 | 0.89 | 0.17 | 0 | 0.01 | 191.2 | 0.97 | 0.55 |
| Hex | 1B | D2 | FC | 59 | 11 | 0 | 1 | BF | 61 | 37 |
| Octal | 33 | 322 | 374 | 131 | 21 | 0 | 1 | 277 | 141 | 67 |
| Binary | 11011 | 11010010 | 11111100 | 1011001 | 10001 | 0 | 1 | 10111111 | 1100001 | 110111 |
Color Harmonies of #1BD2FC
Complementary color
Monochromatic Colors of #1BD2FC
Black with #1BD2FC
Text Example
Text Example
White with #1BD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD2FC; }
p { color: rgb(27,210,252); }
H1.HeaderClassName
{
color: #1BD2FC;
}
.AnyTagClassName
{
color: #1BD2FC;
}
</style>
background-color css
<style>
a { background-color: #1BD2FC; }
a { background-color: rgb(27,210,252); }
div.DivClassName
{
background-color: #1BD2FC;
}
.BgClassName
{
background-color: #1BD2FC;
}
</style>
border-color css
<style>
span { border-color: #1BD2FC; }
span { border-color: rgb(27,210,252); }
td.TdClassName
{
border-color: #1BD2FC;
}
.TagClassName
{
border-color: #1BD2FC;
}
</style>