Shades of Deep Sky Blue #23CBF6
Tints of Deep Sky Blue #23CBF6
RGB
CMYK
RGB Variations
Color information
#23CBF6 (or 0x23CBF6) is known color: Deep Sky Blue. HEX triplet: 23, CB and F6. RGB value is (35,203,246). Sum of RGB (Red+Green+Blue) = 35+203+246=484 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.23% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #23CBF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CBF6 is #DC3409. Grayscale: #9D9D9D. Windows color (decimal): -14431242 or 16173859. OLE color: 16173859.
HSL color Cylindrical-coordinate representation of color #23CBF6: hue angle of 192.23º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23CBF6 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 203 | 246 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.04 |
| HSL | 192.23º | 0.92% | 0.55% | - |
| HSV(B) | 192.23º | 0.86% | 0.96% | - |
| XYZ | 38.68 | 49.72 | 94.75 | - |
| YUV | 157.67 | 177.84 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 246 | 0.86 | 0.17 | 0 | 0.04 | 192.23 | 0.92 | 0.55 |
| Hex | 23 | CB | F6 | 56 | 11 | 0 | 4 | C0 | 5C | 37 |
| Octal | 43 | 313 | 366 | 126 | 21 | 0 | 4 | 300 | 134 | 67 |
| Binary | 100011 | 11001011 | 11110110 | 1010110 | 10001 | 0 | 100 | 11000000 | 1011100 | 110111 |
Color Harmonies of #23CBF6
Complementary color
Monochromatic Colors of #23CBF6
Black with #23CBF6
Text Example
Text Example
White with #23CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CBF6; }
p { color: rgb(35,203,246); }
H1.HeaderClassName
{
color: #23CBF6;
}
.AnyTagClassName
{
color: #23CBF6;
}
</style>
background-color css
<style>
a { background-color: #23CBF6; }
a { background-color: rgb(35,203,246); }
div.DivClassName
{
background-color: #23CBF6;
}
.BgClassName
{
background-color: #23CBF6;
}
</style>
border-color css
<style>
span { border-color: #23CBF6; }
span { border-color: rgb(35,203,246); }
td.TdClassName
{
border-color: #23CBF6;
}
.TagClassName
{
border-color: #23CBF6;
}
</style>