Shades of Deep Sky Blue #23CCFF
Tints of Deep Sky Blue #23CCFF
RGB
CMYK
RGB Variations
Color information
#23CCFF (or 0x23CCFF) is known color: Deep Sky Blue. HEX triplet: 23, CC and FF. RGB value is (35,204,255). Sum of RGB (Red+Green+Blue) = 35+204+255=494 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.09% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #23CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CCFF is #DC3300. Grayscale: #9E9E9E. Windows color (decimal): -14430977 or 16763939. OLE color: 16763939.
HSL color Cylindrical-coordinate representation of color #23CCFF: hue angle of 193.91º 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 #23CCFF is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 204 | 255 | - |
| CMYK | 0.86 | 0.2 | 0 | 0 |
| HSL | 193.91º | 1% | 0.57% | - |
| HSV(B) | 193.91º | 0.86% | 1% | - |
| XYZ | 40.34 | 50.76 | 102.28 | - |
| YUV | 159.28 | 182.01 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 255 | 0.86 | 0.2 | 0 | 0 | 193.91 | 1 | 0.57 |
| Hex | 23 | CC | FF | 56 | 14 | 0 | 0 | C2 | 64 | 39 |
| Octal | 43 | 314 | 377 | 126 | 24 | 0 | 0 | 302 | 144 | 71 |
| Binary | 100011 | 11001100 | 11111111 | 1010110 | 10100 | 0 | 0 | 11000010 | 1100100 | 111001 |
Color Harmonies of #23CCFF
Complementary color
Monochromatic Colors of #23CCFF
Black with #23CCFF
Text Example
Text Example
White with #23CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CCFF; }
p { color: rgb(35,204,255); }
H1.HeaderClassName
{
color: #23CCFF;
}
.AnyTagClassName
{
color: #23CCFF;
}
</style>
background-color css
<style>
a { background-color: #23CCFF; }
a { background-color: rgb(35,204,255); }
div.DivClassName
{
background-color: #23CCFF;
}
.BgClassName
{
background-color: #23CCFF;
}
</style>
border-color css
<style>
span { border-color: #23CCFF; }
span { border-color: rgb(35,204,255); }
td.TdClassName
{
border-color: #23CCFF;
}
.TagClassName
{
border-color: #23CCFF;
}
</style>