Shades of Deep Sky Blue #1BCDEE
Tints of Deep Sky Blue #1BCDEE
RGB
CMYK
RGB Variations
Color information
#1BCDEE (or 0x1BCDEE) is known color: Deep Sky Blue. HEX triplet: 1B, CD and EE. RGB value is (27,205,238). Sum of RGB (Red+Green+Blue) = 27+205+238=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BCDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCDEE is #E43211. Grayscale: #9B9B9B. Windows color (decimal): -14955026 or 15650075. OLE color: 15650075.
HSL color Cylindrical-coordinate representation of color #1BCDEE: hue angle of 189.38º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCDEE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 205 | 238 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.07 |
| HSL | 189.38º | 0.86% | 0.52% | - |
| HSV(B) | 189.38º | 0.89% | 0.93% | - |
| XYZ | 37.72 | 50.07 | 88.57 | - |
| YUV | 155.54 | 174.53 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 238 | 0.89 | 0.14 | 0 | 0.07 | 189.38 | 0.86 | 0.52 |
| Hex | 1B | CD | EE | 59 | E | 0 | 7 | BD | 56 | 34 |
| Octal | 33 | 315 | 356 | 131 | 16 | 0 | 7 | 275 | 126 | 64 |
| Binary | 11011 | 11001101 | 11101110 | 1011001 | 1110 | 0 | 111 | 10111101 | 1010110 | 110100 |
Color Harmonies of #1BCDEE
Complementary color
Monochromatic Colors of #1BCDEE
Black with #1BCDEE
Text Example
Text Example
White with #1BCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDEE; }
p { color: rgb(27,205,238); }
H1.HeaderClassName
{
color: #1BCDEE;
}
.AnyTagClassName
{
color: #1BCDEE;
}
</style>
background-color css
<style>
a { background-color: #1BCDEE; }
a { background-color: rgb(27,205,238); }
div.DivClassName
{
background-color: #1BCDEE;
}
.BgClassName
{
background-color: #1BCDEE;
}
</style>
border-color css
<style>
span { border-color: #1BCDEE; }
span { border-color: rgb(27,205,238); }
td.TdClassName
{
border-color: #1BCDEE;
}
.TagClassName
{
border-color: #1BCDEE;
}
</style>