Shades of Deep Sky Blue #1BC8EA
Tints of Deep Sky Blue #1BC8EA
RGB
CMYK
RGB Variations
Color information
#1BC8EA (or 0x1BC8EA) is known color: Deep Sky Blue. HEX triplet: 1B, C8 and EA. RGB value is (27,200,234). Sum of RGB (Red+Green+Blue) = 27+200+234=461 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.86% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BC8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC8EA is #E43715. Grayscale: #979797. Windows color (decimal): -14956310 or 15386651. OLE color: 15386651.
HSL color Cylindrical-coordinate representation of color #1BC8EA: hue angle of 189.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC8EA is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 200 | 234 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.08 |
| HSL | 189.86º | 0.83% | 0.51% | - |
| HSV(B) | 189.86º | 0.88% | 0.92% | - |
| XYZ | 35.96 | 47.48 | 85.11 | - |
| YUV | 152.15 | 174.19 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 234 | 0.88 | 0.15 | 0 | 0.08 | 189.86 | 0.83 | 0.51 |
| Hex | 1B | C8 | EA | 58 | F | 0 | 8 | BE | 53 | 33 |
| Octal | 33 | 310 | 352 | 130 | 17 | 0 | 10 | 276 | 123 | 63 |
| Binary | 11011 | 11001000 | 11101010 | 1011000 | 1111 | 0 | 1000 | 10111110 | 1010011 | 110011 |
Color Harmonies of #1BC8EA
Complementary color
Monochromatic Colors of #1BC8EA
Black with #1BC8EA
Text Example
Text Example
White with #1BC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC8EA; }
p { color: rgb(27,200,234); }
H1.HeaderClassName
{
color: #1BC8EA;
}
.AnyTagClassName
{
color: #1BC8EA;
}
</style>
background-color css
<style>
a { background-color: #1BC8EA; }
a { background-color: rgb(27,200,234); }
div.DivClassName
{
background-color: #1BC8EA;
}
.BgClassName
{
background-color: #1BC8EA;
}
</style>
border-color css
<style>
span { border-color: #1BC8EA; }
span { border-color: rgb(27,200,234); }
td.TdClassName
{
border-color: #1BC8EA;
}
.TagClassName
{
border-color: #1BC8EA;
}
</style>