Shades of Deep Sky Blue #1BCBF2
Tints of Deep Sky Blue #1BCBF2
RGB
CMYK
RGB Variations
Color information
#1BCBF2 (or 0x1BCBF2) is known color: Deep Sky Blue. HEX triplet: 1B, CB and F2. RGB value is (27,203,242). Sum of RGB (Red+Green+Blue) = 27+203+242=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #1BCBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCBF2 is #E4340D. Grayscale: #9A9A9A. Windows color (decimal): -14955534 or 15911707. OLE color: 15911707.
HSL color Cylindrical-coordinate representation of color #1BCBF2: hue angle of 190.88º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCBF2 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 203 | 242 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.05 |
| HSL | 190.88º | 0.89% | 0.53% | - |
| HSV(B) | 190.88º | 0.89% | 0.95% | - |
| XYZ | 37.83 | 49.36 | 91.54 | - |
| YUV | 154.82 | 177.19 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 242 | 0.89 | 0.16 | 0 | 0.05 | 190.88 | 0.89 | 0.53 |
| Hex | 1B | CB | F2 | 59 | 10 | 0 | 5 | BF | 59 | 35 |
| Octal | 33 | 313 | 362 | 131 | 20 | 0 | 5 | 277 | 131 | 65 |
| Binary | 11011 | 11001011 | 11110010 | 1011001 | 10000 | 0 | 101 | 10111111 | 1011001 | 110101 |
Color Harmonies of #1BCBF2
Complementary color
Monochromatic Colors of #1BCBF2
Black with #1BCBF2
Text Example
Text Example
White with #1BCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBF2; }
p { color: rgb(27,203,242); }
H1.HeaderClassName
{
color: #1BCBF2;
}
.AnyTagClassName
{
color: #1BCBF2;
}
</style>
background-color css
<style>
a { background-color: #1BCBF2; }
a { background-color: rgb(27,203,242); }
div.DivClassName
{
background-color: #1BCBF2;
}
.BgClassName
{
background-color: #1BCBF2;
}
</style>
border-color css
<style>
span { border-color: #1BCBF2; }
span { border-color: rgb(27,203,242); }
td.TdClassName
{
border-color: #1BCBF2;
}
.TagClassName
{
border-color: #1BCBF2;
}
</style>