Shades of Deep Sky Blue #1BCFF4
Tints of Deep Sky Blue #1BCFF4
RGB
CMYK
RGB Variations
Color information
#1BCFF4 (or 0x1BCFF4) is known color: Deep Sky Blue. HEX triplet: 1B, CF and F4. RGB value is (27,207,244). Sum of RGB (Red+Green+Blue) = 27+207+244=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #1BCFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFF4 is #E4300B. Grayscale: #9D9D9D. Windows color (decimal): -14954508 or 16043803. OLE color: 16043803.
HSL color Cylindrical-coordinate representation of color #1BCFF4: hue angle of 190.23º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCFF4 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 207 | 244 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.04 |
| HSL | 190.23º | 0.91% | 0.53% | - |
| HSV(B) | 190.23º | 0.89% | 0.96% | - |
| XYZ | 39.09 | 51.39 | 93.45 | - |
| YUV | 157.4 | 176.87 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 244 | 0.89 | 0.15 | 0 | 0.04 | 190.23 | 0.91 | 0.53 |
| Hex | 1B | CF | F4 | 59 | F | 0 | 4 | BE | 5B | 35 |
| Octal | 33 | 317 | 364 | 131 | 17 | 0 | 4 | 276 | 133 | 65 |
| Binary | 11011 | 11001111 | 11110100 | 1011001 | 1111 | 0 | 100 | 10111110 | 1011011 | 110101 |
Color Harmonies of #1BCFF4
Complementary color
Monochromatic Colors of #1BCFF4
Black with #1BCFF4
Text Example
Text Example
White with #1BCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFF4; }
p { color: rgb(27,207,244); }
H1.HeaderClassName
{
color: #1BCFF4;
}
.AnyTagClassName
{
color: #1BCFF4;
}
</style>
background-color css
<style>
a { background-color: #1BCFF4; }
a { background-color: rgb(27,207,244); }
div.DivClassName
{
background-color: #1BCFF4;
}
.BgClassName
{
background-color: #1BCFF4;
}
</style>
border-color css
<style>
span { border-color: #1BCFF4; }
span { border-color: rgb(27,207,244); }
td.TdClassName
{
border-color: #1BCFF4;
}
.TagClassName
{
border-color: #1BCFF4;
}
</style>