Shades of Deep Sky Blue #1BCAF3
Tints of Deep Sky Blue #1BCAF3
RGB
CMYK
RGB Variations
Color information
#1BCAF3 (or 0x1BCAF3) is known color: Deep Sky Blue. HEX triplet: 1B, CA and F3. RGB value is (27,202,243). Sum of RGB (Red+Green+Blue) = 27+202+243=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #1BCAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCAF3 is #E4350C. Grayscale: #9A9A9A. Windows color (decimal): -14955789 or 15976987. OLE color: 15976987.
HSL color Cylindrical-coordinate representation of color #1BCAF3: hue angle of 191.39º degrees, saturation: 0.9, 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 #1BCAF3 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 202 | 243 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.05 |
| HSL | 191.39º | 0.9% | 0.53% | - |
| HSV(B) | 191.39º | 0.89% | 0.95% | - |
| XYZ | 37.75 | 48.95 | 92.25 | - |
| YUV | 154.35 | 178.02 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 243 | 0.89 | 0.17 | 0 | 0.05 | 191.39 | 0.9 | 0.53 |
| Hex | 1B | CA | F3 | 59 | 11 | 0 | 5 | BF | 5A | 35 |
| Octal | 33 | 312 | 363 | 131 | 21 | 0 | 5 | 277 | 132 | 65 |
| Binary | 11011 | 11001010 | 11110011 | 1011001 | 10001 | 0 | 101 | 10111111 | 1011010 | 110101 |
Color Harmonies of #1BCAF3
Complementary color
Monochromatic Colors of #1BCAF3
Black with #1BCAF3
Text Example
Text Example
White with #1BCAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAF3; }
p { color: rgb(27,202,243); }
H1.HeaderClassName
{
color: #1BCAF3;
}
.AnyTagClassName
{
color: #1BCAF3;
}
</style>
background-color css
<style>
a { background-color: #1BCAF3; }
a { background-color: rgb(27,202,243); }
div.DivClassName
{
background-color: #1BCAF3;
}
.BgClassName
{
background-color: #1BCAF3;
}
</style>
border-color css
<style>
span { border-color: #1BCAF3; }
span { border-color: rgb(27,202,243); }
td.TdClassName
{
border-color: #1BCAF3;
}
.TagClassName
{
border-color: #1BCAF3;
}
</style>