Shades of Deep Sky Blue #1BCEF0
Tints of Deep Sky Blue #1BCEF0
RGB
CMYK
RGB Variations
Color information
#1BCEF0 (or 0x1BCEF0) is known color: Deep Sky Blue. HEX triplet: 1B, CE and F0. RGB value is (27,206,240). Sum of RGB (Red+Green+Blue) = 27+206+240=473 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.71% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BCEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCEF0 is #E4310F. Grayscale: #9C9C9C. Windows color (decimal): -14954768 or 15781403. OLE color: 15781403.
HSL color Cylindrical-coordinate representation of color #1BCEF0: hue angle of 189.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCEF0 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 206 | 240 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.06 |
| HSL | 189.58º | 0.88% | 0.52% | - |
| HSV(B) | 189.58º | 0.89% | 0.94% | - |
| XYZ | 38.25 | 50.67 | 90.2 | - |
| YUV | 156.36 | 175.2 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 240 | 0.89 | 0.14 | 0 | 0.06 | 189.58 | 0.88 | 0.52 |
| Hex | 1B | CE | F0 | 59 | E | 0 | 6 | BE | 58 | 34 |
| Octal | 33 | 316 | 360 | 131 | 16 | 0 | 6 | 276 | 130 | 64 |
| Binary | 11011 | 11001110 | 11110000 | 1011001 | 1110 | 0 | 110 | 10111110 | 1011000 | 110100 |
Color Harmonies of #1BCEF0
Complementary color
Monochromatic Colors of #1BCEF0
Black with #1BCEF0
Text Example
Text Example
White with #1BCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCEF0; }
p { color: rgb(27,206,240); }
H1.HeaderClassName
{
color: #1BCEF0;
}
.AnyTagClassName
{
color: #1BCEF0;
}
</style>
background-color css
<style>
a { background-color: #1BCEF0; }
a { background-color: rgb(27,206,240); }
div.DivClassName
{
background-color: #1BCEF0;
}
.BgClassName
{
background-color: #1BCEF0;
}
</style>
border-color css
<style>
span { border-color: #1BCEF0; }
span { border-color: rgb(27,206,240); }
td.TdClassName
{
border-color: #1BCEF0;
}
.TagClassName
{
border-color: #1BCEF0;
}
</style>