Shades of Deep Sky Blue #23C6FF
Tints of Deep Sky Blue #23C6FF
RGB
CMYK
RGB Variations
Color information
#23C6FF (or 0x23C6FF) is known color: Deep Sky Blue. HEX triplet: 23, C6 and FF. RGB value is (35,198,255). Sum of RGB (Red+Green+Blue) = 35+198+255=488 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.17% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #23C6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C6FF is #DC3900. Grayscale: #9B9B9B. Windows color (decimal): -14432513 or 16762403. OLE color: 16762403.
HSL color Cylindrical-coordinate representation of color #23C6FF: hue angle of 195.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23C6FF is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 198 | 255 | - |
| CMYK | 0.86 | 0.22 | 0 | 0 |
| HSL | 195.55º | 1% | 0.57% | - |
| HSV(B) | 195.55º | 0.86% | 1% | - |
| XYZ | 38.94 | 47.97 | 101.81 | - |
| YUV | 155.76 | 184 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 198 | 255 | 0.86 | 0.22 | 0 | 0 | 195.55 | 1 | 0.57 |
| Hex | 23 | C6 | FF | 56 | 16 | 0 | 0 | C4 | 64 | 39 |
| Octal | 43 | 306 | 377 | 126 | 26 | 0 | 0 | 304 | 144 | 71 |
| Binary | 100011 | 11000110 | 11111111 | 1010110 | 10110 | 0 | 0 | 11000100 | 1100100 | 111001 |
Color Harmonies of #23C6FF
Complementary color
Monochromatic Colors of #23C6FF
Black with #23C6FF
Text Example
Text Example
White with #23C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C6FF; }
p { color: rgb(35,198,255); }
H1.HeaderClassName
{
color: #23C6FF;
}
.AnyTagClassName
{
color: #23C6FF;
}
</style>
background-color css
<style>
a { background-color: #23C6FF; }
a { background-color: rgb(35,198,255); }
div.DivClassName
{
background-color: #23C6FF;
}
.BgClassName
{
background-color: #23C6FF;
}
</style>
border-color css
<style>
span { border-color: #23C6FF; }
span { border-color: rgb(35,198,255); }
td.TdClassName
{
border-color: #23C6FF;
}
.TagClassName
{
border-color: #23C6FF;
}
</style>