Shades of Deep Sky Blue #23CEF8
Tints of Deep Sky Blue #23CEF8
RGB
CMYK
RGB Variations
Color information
#23CEF8 (or 0x23CEF8) is known color: Deep Sky Blue. HEX triplet: 23, CE and F8. RGB value is (35,206,248). Sum of RGB (Red+Green+Blue) = 35+206+248=489 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.16% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #23CEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CEF8 is #DC3107. Grayscale: #9F9F9F. Windows color (decimal): -14430472 or 16305699. OLE color: 16305699.
HSL color Cylindrical-coordinate representation of color #23CEF8: hue angle of 191.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23CEF8 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 206 | 248 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.03 |
| HSL | 191.83º | 0.94% | 0.55% | - |
| HSV(B) | 191.83º | 0.86% | 0.97% | - |
| XYZ | 39.71 | 51.28 | 96.61 | - |
| YUV | 159.66 | 177.85 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 206 | 248 | 0.86 | 0.17 | 0 | 0.03 | 191.83 | 0.94 | 0.55 |
| Hex | 23 | CE | F8 | 56 | 11 | 0 | 3 | C0 | 5E | 37 |
| Octal | 43 | 316 | 370 | 126 | 21 | 0 | 3 | 300 | 136 | 67 |
| Binary | 100011 | 11001110 | 11111000 | 1010110 | 10001 | 0 | 11 | 11000000 | 1011110 | 110111 |
Color Harmonies of #23CEF8
Complementary color
Monochromatic Colors of #23CEF8
Black with #23CEF8
Text Example
Text Example
White with #23CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CEF8; }
p { color: rgb(35,206,248); }
H1.HeaderClassName
{
color: #23CEF8;
}
.AnyTagClassName
{
color: #23CEF8;
}
</style>
background-color css
<style>
a { background-color: #23CEF8; }
a { background-color: rgb(35,206,248); }
div.DivClassName
{
background-color: #23CEF8;
}
.BgClassName
{
background-color: #23CEF8;
}
</style>
border-color css
<style>
span { border-color: #23CEF8; }
span { border-color: rgb(35,206,248); }
td.TdClassName
{
border-color: #23CEF8;
}
.TagClassName
{
border-color: #23CEF8;
}
</style>