Shades of Deep Sky Blue #23C6FA
Tints of Deep Sky Blue #23C6FA
RGB
CMYK
RGB Variations
Color information
#23C6FA (or 0x23C6FA) is known color: Deep Sky Blue. HEX triplet: 23, C6 and FA. RGB value is (35,198,250). Sum of RGB (Red+Green+Blue) = 35+198+250=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #23C6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C6FA is #DC3905. Grayscale: #9A9A9A. Windows color (decimal): -14432518 or 16434723. OLE color: 16434723.
HSL color Cylindrical-coordinate representation of color #23C6FA: hue angle of 194.51º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23C6FA is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 198 | 250 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.02 |
| HSL | 194.51º | 0.96% | 0.56% | - |
| HSV(B) | 194.51º | 0.86% | 0.98% | - |
| XYZ | 38.14 | 47.65 | 97.63 | - |
| YUV | 155.19 | 181.5 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 198 | 250 | 0.86 | 0.21 | 0 | 0.02 | 194.51 | 0.96 | 0.56 |
| Hex | 23 | C6 | FA | 56 | 15 | 0 | 2 | C3 | 60 | 38 |
| Octal | 43 | 306 | 372 | 126 | 25 | 0 | 2 | 303 | 140 | 70 |
| Binary | 100011 | 11000110 | 11111010 | 1010110 | 10101 | 0 | 10 | 11000011 | 1100000 | 111000 |
Color Harmonies of #23C6FA
Complementary color
Monochromatic Colors of #23C6FA
Black with #23C6FA
Text Example
Text Example
White with #23C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C6FA; }
p { color: rgb(35,198,250); }
H1.HeaderClassName
{
color: #23C6FA;
}
.AnyTagClassName
{
color: #23C6FA;
}
</style>
background-color css
<style>
a { background-color: #23C6FA; }
a { background-color: rgb(35,198,250); }
div.DivClassName
{
background-color: #23C6FA;
}
.BgClassName
{
background-color: #23C6FA;
}
</style>
border-color css
<style>
span { border-color: #23C6FA; }
span { border-color: rgb(35,198,250); }
td.TdClassName
{
border-color: #23C6FA;
}
.TagClassName
{
border-color: #23C6FA;
}
</style>