Shades of Deep Sky Blue #18BBF2
Tints of Deep Sky Blue #18BBF2
RGB
CMYK
RGB Variations
Color information
#18BBF2 (or 0x18BBF2) is known color: Deep Sky Blue. HEX triplet: 18, BB and F2. RGB value is (24,187,242). Sum of RGB (Red+Green+Blue) = 24+187+242=453 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.30% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #18BBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBF2 is #E7440D. Grayscale: #909090. Windows color (decimal): -15156238 or 15907608. OLE color: 15907608.
HSL color Cylindrical-coordinate representation of color #18BBF2: hue angle of 195.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BBF2 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 187 | 242 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.05 |
| HSL | 195.14º | 0.89% | 0.52% | - |
| HSV(B) | 195.14º | 0.9% | 0.95% | - |
| XYZ | 34.17 | 42.15 | 90.34 | - |
| YUV | 144.53 | 183 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 242 | 0.90 | 0.23 | 0 | 0.05 | 195.14 | 0.89 | 0.52 |
| Hex | 18 | BB | F2 | 5A | 17 | 0 | 5 | C3 | 59 | 34 |
| Octal | 30 | 273 | 362 | 132 | 27 | 0 | 5 | 303 | 131 | 64 |
| Binary | 11000 | 10111011 | 11110010 | 1011010 | 10111 | 0 | 101 | 11000011 | 1011001 | 110100 |
Color Harmonies of #18BBF2
Complementary color
Monochromatic Colors of #18BBF2
Black with #18BBF2
Text Example
Text Example
White with #18BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBF2; }
p { color: rgb(24,187,242); }
H1.HeaderClassName
{
color: #18BBF2;
}
.AnyTagClassName
{
color: #18BBF2;
}
</style>
background-color css
<style>
a { background-color: #18BBF2; }
a { background-color: rgb(24,187,242); }
div.DivClassName
{
background-color: #18BBF2;
}
.BgClassName
{
background-color: #18BBF2;
}
</style>
border-color css
<style>
span { border-color: #18BBF2; }
span { border-color: rgb(24,187,242); }
td.TdClassName
{
border-color: #18BBF2;
}
.TagClassName
{
border-color: #18BBF2;
}
</style>