Shades of Deep Sky Blue #23CFF1
Tints of Deep Sky Blue #23CFF1
RGB
CMYK
RGB Variations
Color information
#23CFF1 (or 0x23CFF1) is known color: Deep Sky Blue. HEX triplet: 23, CF and F1. RGB value is (35,207,241). Sum of RGB (Red+Green+Blue) = 35+207+241=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #23CFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CFF1 is #DC300E. Grayscale: #9F9F9F. Windows color (decimal): -14430223 or 15847203. OLE color: 15847203.
HSL color Cylindrical-coordinate representation of color #23CFF1: hue angle of 189.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CFF1 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 207 | 241 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.05 |
| HSL | 189.9º | 0.88% | 0.54% | - |
| HSV(B) | 189.9º | 0.85% | 0.95% | - |
| XYZ | 38.88 | 51.33 | 91.08 | - |
| YUV | 159.45 | 174.02 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 241 | 0.85 | 0.14 | 0 | 0.05 | 189.9 | 0.88 | 0.54 |
| Hex | 23 | CF | F1 | 55 | E | 0 | 5 | BE | 58 | 36 |
| Octal | 43 | 317 | 361 | 125 | 16 | 0 | 5 | 276 | 130 | 66 |
| Binary | 100011 | 11001111 | 11110001 | 1010101 | 1110 | 0 | 101 | 10111110 | 1011000 | 110110 |
Color Harmonies of #23CFF1
Complementary color
Monochromatic Colors of #23CFF1
Black with #23CFF1
Text Example
Text Example
White with #23CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFF1; }
p { color: rgb(35,207,241); }
H1.HeaderClassName
{
color: #23CFF1;
}
.AnyTagClassName
{
color: #23CFF1;
}
</style>
background-color css
<style>
a { background-color: #23CFF1; }
a { background-color: rgb(35,207,241); }
div.DivClassName
{
background-color: #23CFF1;
}
.BgClassName
{
background-color: #23CFF1;
}
</style>
border-color css
<style>
span { border-color: #23CFF1; }
span { border-color: rgb(35,207,241); }
td.TdClassName
{
border-color: #23CFF1;
}
.TagClassName
{
border-color: #23CFF1;
}
</style>