Shades of Deep Sky Blue #1BCAEE
Tints of Deep Sky Blue #1BCAEE
RGB
CMYK
RGB Variations
Color information
#1BCAEE (or 0x1BCAEE) is known color: Deep Sky Blue. HEX triplet: 1B, CA and EE. RGB value is (27,202,238). Sum of RGB (Red+Green+Blue) = 27+202+238=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BCAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCAEE is #E43511. Grayscale: #999999. Windows color (decimal): -14955794 or 15649307. OLE color: 15649307.
HSL color Cylindrical-coordinate representation of color #1BCAEE: hue angle of 190.24º 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 #1BCAEE is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 202 | 238 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.07 |
| HSL | 190.24º | 0.86% | 0.52% | - |
| HSV(B) | 190.24º | 0.89% | 0.93% | - |
| XYZ | 37.01 | 48.65 | 88.33 | - |
| YUV | 153.78 | 175.52 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 238 | 0.89 | 0.15 | 0 | 0.07 | 190.24 | 0.86 | 0.52 |
| Hex | 1B | CA | EE | 59 | F | 0 | 7 | BE | 56 | 34 |
| Octal | 33 | 312 | 356 | 131 | 17 | 0 | 7 | 276 | 126 | 64 |
| Binary | 11011 | 11001010 | 11101110 | 1011001 | 1111 | 0 | 111 | 10111110 | 1010110 | 110100 |
Color Harmonies of #1BCAEE
Complementary color
Monochromatic Colors of #1BCAEE
Black with #1BCAEE
Text Example
Text Example
White with #1BCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAEE; }
p { color: rgb(27,202,238); }
H1.HeaderClassName
{
color: #1BCAEE;
}
.AnyTagClassName
{
color: #1BCAEE;
}
</style>
background-color css
<style>
a { background-color: #1BCAEE; }
a { background-color: rgb(27,202,238); }
div.DivClassName
{
background-color: #1BCAEE;
}
.BgClassName
{
background-color: #1BCAEE;
}
</style>
border-color css
<style>
span { border-color: #1BCAEE; }
span { border-color: rgb(27,202,238); }
td.TdClassName
{
border-color: #1BCAEE;
}
.TagClassName
{
border-color: #1BCAEE;
}
</style>