Shades of Deep Sky Blue #1CBEFF
Tints of Deep Sky Blue #1CBEFF
RGB
CMYK
RGB Variations
Color information
#1CBEFF (or 0x1CBEFF) is known color: Deep Sky Blue. HEX triplet: 1C, BE and FF. RGB value is (28,190,255). Sum of RGB (Red+Green+Blue) = 28+190+255=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBEFF is #E34100. Grayscale: #949494. Windows color (decimal): -14893313 or 16760348. OLE color: 16760348.
HSL color Cylindrical-coordinate representation of color #1CBEFF: hue angle of 197.18º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBEFF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 190 | 255 | - |
| CMYK | 0.89 | 0.25 | 0 | 0 |
| HSL | 197.18º | 1% | 0.55% | - |
| HSV(B) | 197.18º | 0.89% | 1% | - |
| XYZ | 36.94 | 44.29 | 101.21 | - |
| YUV | 148.97 | 187.83 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 255 | 0.89 | 0.25 | 0 | 0 | 197.18 | 1 | 0.55 |
| Hex | 1C | BE | FF | 59 | 19 | 0 | 0 | C5 | 64 | 37 |
| Octal | 34 | 276 | 377 | 131 | 31 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11100 | 10111110 | 11111111 | 1011001 | 11001 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #1CBEFF
Complementary color
Monochromatic Colors of #1CBEFF
Black with #1CBEFF
Text Example
Text Example
White with #1CBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEFF; }
p { color: rgb(28,190,255); }
H1.HeaderClassName
{
color: #1CBEFF;
}
.AnyTagClassName
{
color: #1CBEFF;
}
</style>
background-color css
<style>
a { background-color: #1CBEFF; }
a { background-color: rgb(28,190,255); }
div.DivClassName
{
background-color: #1CBEFF;
}
.BgClassName
{
background-color: #1CBEFF;
}
</style>
border-color css
<style>
span { border-color: #1CBEFF; }
span { border-color: rgb(28,190,255); }
td.TdClassName
{
border-color: #1CBEFF;
}
.TagClassName
{
border-color: #1CBEFF;
}
</style>