Shades of Deep Sky Blue #1BCDFB
Tints of Deep Sky Blue #1BCDFB
RGB
CMYK
RGB Variations
Color information
#1BCDFB (or 0x1BCDFB) is known color: Deep Sky Blue. HEX triplet: 1B, CD and FB. RGB value is (27,205,251). Sum of RGB (Red+Green+Blue) = 27+205+251=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BCDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCDFB is #E43204. Grayscale: #9C9C9C. Windows color (decimal): -14955013 or 16502043. OLE color: 16502043.
HSL color Cylindrical-coordinate representation of color #1BCDFB: hue angle of 192.32º 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 #1BCDFB is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 205 | 251 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.02 |
| HSL | 192.32º | 0.97% | 0.55% | - |
| HSV(B) | 192.32º | 0.89% | 0.98% | - |
| XYZ | 39.7 | 50.86 | 98.99 | - |
| YUV | 157.02 | 181.03 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 251 | 0.89 | 0.18 | 0 | 0.02 | 192.32 | 0.97 | 0.55 |
| Hex | 1B | CD | FB | 59 | 12 | 0 | 2 | C0 | 61 | 37 |
| Octal | 33 | 315 | 373 | 131 | 22 | 0 | 2 | 300 | 141 | 67 |
| Binary | 11011 | 11001101 | 11111011 | 1011001 | 10010 | 0 | 10 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1BCDFB
Complementary color
Monochromatic Colors of #1BCDFB
Black with #1BCDFB
Text Example
Text Example
White with #1BCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDFB; }
p { color: rgb(27,205,251); }
H1.HeaderClassName
{
color: #1BCDFB;
}
.AnyTagClassName
{
color: #1BCDFB;
}
</style>
background-color css
<style>
a { background-color: #1BCDFB; }
a { background-color: rgb(27,205,251); }
div.DivClassName
{
background-color: #1BCDFB;
}
.BgClassName
{
background-color: #1BCDFB;
}
</style>
border-color css
<style>
span { border-color: #1BCDFB; }
span { border-color: rgb(27,205,251); }
td.TdClassName
{
border-color: #1BCDFB;
}
.TagClassName
{
border-color: #1BCDFB;
}
</style>