Shades of Deep Sky Blue #23CEFF
Tints of Deep Sky Blue #23CEFF
RGB
CMYK
RGB Variations
Color information
#23CEFF (or 0x23CEFF) is known color: Deep Sky Blue. HEX triplet: 23, CE and FF. RGB value is (35,206,255). Sum of RGB (Red+Green+Blue) = 35+206+255=496 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.06% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #23CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CEFF is #DC3100. Grayscale: #A0A0A0. Windows color (decimal): -14430465 or 16764451. OLE color: 16764451.
HSL color Cylindrical-coordinate representation of color #23CEFF: hue angle of 193.36º 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 #23CEFF is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 206 | 255 | - |
| CMYK | 0.86 | 0.19 | 0 | 0 |
| HSL | 193.36º | 1% | 0.57% | - |
| HSV(B) | 193.36º | 0.86% | 1% | - |
| XYZ | 40.81 | 51.72 | 102.44 | - |
| YUV | 160.46 | 181.35 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 206 | 255 | 0.86 | 0.19 | 0 | 0 | 193.36 | 1 | 0.57 |
| Hex | 23 | CE | FF | 56 | 13 | 0 | 0 | C1 | 64 | 39 |
| Octal | 43 | 316 | 377 | 126 | 23 | 0 | 0 | 301 | 144 | 71 |
| Binary | 100011 | 11001110 | 11111111 | 1010110 | 10011 | 0 | 0 | 11000001 | 1100100 | 111001 |
Color Harmonies of #23CEFF
Complementary color
Monochromatic Colors of #23CEFF
Black with #23CEFF
Text Example
Text Example
White with #23CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CEFF; }
p { color: rgb(35,206,255); }
H1.HeaderClassName
{
color: #23CEFF;
}
.AnyTagClassName
{
color: #23CEFF;
}
</style>
background-color css
<style>
a { background-color: #23CEFF; }
a { background-color: rgb(35,206,255); }
div.DivClassName
{
background-color: #23CEFF;
}
.BgClassName
{
background-color: #23CEFF;
}
</style>
border-color css
<style>
span { border-color: #23CEFF; }
span { border-color: rgb(35,206,255); }
td.TdClassName
{
border-color: #23CEFF;
}
.TagClassName
{
border-color: #23CEFF;
}
</style>