Shades of Deep Sky Blue #1BCAFF
Tints of Deep Sky Blue #1BCAFF
RGB
CMYK
RGB Variations
Color information
#1BCAFF (or 0x1BCAFF) is known color: Deep Sky Blue. HEX triplet: 1B, CA and FF. RGB value is (27,202,255). Sum of RGB (Red+Green+Blue) = 27+202+255=484 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.58% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BCAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCAFF is #E43500. Grayscale: #9B9B9B. Windows color (decimal): -14955777 or 16763419. OLE color: 16763419.
HSL color Cylindrical-coordinate representation of color #1BCAFF: hue angle of 193.95º 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 #1BCAFF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 202 | 255 | - |
| CMYK | 0.89 | 0.21 | 0 | 0 |
| HSL | 193.95º | 1% | 0.55% | - |
| HSV(B) | 193.95º | 0.89% | 1% | - |
| XYZ | 39.62 | 49.69 | 102.11 | - |
| YUV | 155.72 | 184.02 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 255 | 0.89 | 0.21 | 0 | 0 | 193.95 | 1 | 0.55 |
| Hex | 1B | CA | FF | 59 | 15 | 0 | 0 | C2 | 64 | 37 |
| Octal | 33 | 312 | 377 | 131 | 25 | 0 | 0 | 302 | 144 | 67 |
| Binary | 11011 | 11001010 | 11111111 | 1011001 | 10101 | 0 | 0 | 11000010 | 1100100 | 110111 |
Color Harmonies of #1BCAFF
Complementary color
Monochromatic Colors of #1BCAFF
Black with #1BCAFF
Text Example
Text Example
White with #1BCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAFF; }
p { color: rgb(27,202,255); }
H1.HeaderClassName
{
color: #1BCAFF;
}
.AnyTagClassName
{
color: #1BCAFF;
}
</style>
background-color css
<style>
a { background-color: #1BCAFF; }
a { background-color: rgb(27,202,255); }
div.DivClassName
{
background-color: #1BCAFF;
}
.BgClassName
{
background-color: #1BCAFF;
}
</style>
border-color css
<style>
span { border-color: #1BCAFF; }
span { border-color: rgb(27,202,255); }
td.TdClassName
{
border-color: #1BCAFF;
}
.TagClassName
{
border-color: #1BCAFF;
}
</style>