Shades of Deep Sky Blue #1CBBFB
Tints of Deep Sky Blue #1CBBFB
RGB
CMYK
RGB Variations
Color information
#1CBBFB (or 0x1CBBFB) is known color: Deep Sky Blue. HEX triplet: 1C, BB and FB. RGB value is (28,187,251). Sum of RGB (Red+Green+Blue) = 28+187+251=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CBBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBBFB is #E34404. Grayscale: #929292. Windows color (decimal): -14894085 or 16497436. OLE color: 16497436.
HSL color Cylindrical-coordinate representation of color #1CBBFB: hue angle of 197.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBBFB is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 187 | 251 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.02 |
| HSL | 197.22º | 0.97% | 0.55% | - |
| HSV(B) | 197.22º | 0.89% | 0.98% | - |
| XYZ | 35.66 | 42.75 | 97.64 | - |
| YUV | 146.76 | 186.82 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 251 | 0.89 | 0.25 | 0 | 0.02 | 197.22 | 0.97 | 0.55 |
| Hex | 1C | BB | FB | 59 | 19 | 0 | 2 | C5 | 61 | 37 |
| Octal | 34 | 273 | 373 | 131 | 31 | 0 | 2 | 305 | 141 | 67 |
| Binary | 11100 | 10111011 | 11111011 | 1011001 | 11001 | 0 | 10 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1CBBFB
Complementary color
Monochromatic Colors of #1CBBFB
Black with #1CBBFB
Text Example
Text Example
White with #1CBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBFB; }
p { color: rgb(28,187,251); }
H1.HeaderClassName
{
color: #1CBBFB;
}
.AnyTagClassName
{
color: #1CBBFB;
}
</style>
background-color css
<style>
a { background-color: #1CBBFB; }
a { background-color: rgb(28,187,251); }
div.DivClassName
{
background-color: #1CBBFB;
}
.BgClassName
{
background-color: #1CBBFB;
}
</style>
border-color css
<style>
span { border-color: #1CBBFB; }
span { border-color: rgb(28,187,251); }
td.TdClassName
{
border-color: #1CBBFB;
}
.TagClassName
{
border-color: #1CBBFB;
}
</style>