Shades of Deep Sky Blue #1BCAF9
Tints of Deep Sky Blue #1BCAF9
RGB
CMYK
RGB Variations
Color information
#1BCAF9 (or 0x1BCAF9) is known color: Deep Sky Blue. HEX triplet: 1B, CA and F9. RGB value is (27,202,249). Sum of RGB (Red+Green+Blue) = 27+202+249=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #1BCAF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCAF9 is #E43506. Grayscale: #9A9A9A. Windows color (decimal): -14955783 or 16370203. OLE color: 16370203.
HSL color Cylindrical-coordinate representation of color #1BCAF9: hue angle of 192.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCAF9 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 202 | 249 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.02 |
| HSL | 192.7º | 0.95% | 0.54% | - |
| HSV(B) | 192.7º | 0.89% | 0.98% | - |
| XYZ | 38.67 | 49.31 | 97.1 | - |
| YUV | 155.03 | 181.02 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 249 | 0.89 | 0.19 | 0 | 0.02 | 192.7 | 0.95 | 0.54 |
| Hex | 1B | CA | F9 | 59 | 13 | 0 | 2 | C1 | 5F | 36 |
| Octal | 33 | 312 | 371 | 131 | 23 | 0 | 2 | 301 | 137 | 66 |
| Binary | 11011 | 11001010 | 11111001 | 1011001 | 10011 | 0 | 10 | 11000001 | 1011111 | 110110 |
Color Harmonies of #1BCAF9
Complementary color
Monochromatic Colors of #1BCAF9
Black with #1BCAF9
Text Example
Text Example
White with #1BCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAF9; }
p { color: rgb(27,202,249); }
H1.HeaderClassName
{
color: #1BCAF9;
}
.AnyTagClassName
{
color: #1BCAF9;
}
</style>
background-color css
<style>
a { background-color: #1BCAF9; }
a { background-color: rgb(27,202,249); }
div.DivClassName
{
background-color: #1BCAF9;
}
.BgClassName
{
background-color: #1BCAF9;
}
</style>
border-color css
<style>
span { border-color: #1BCAF9; }
span { border-color: rgb(27,202,249); }
td.TdClassName
{
border-color: #1BCAF9;
}
.TagClassName
{
border-color: #1BCAF9;
}
</style>