Shades of Summer Sky #23B5DF
Tints of Summer Sky #23B5DF
RGB
CMYK
RGB Variations
Color information
#23B5DF (or 0x23B5DF) is known color: Summer Sky. HEX triplet: 23, B5 and DF. RGB value is (35,181,223). Sum of RGB (Red+Green+Blue) = 35+181+223=439 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.97% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #23B5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B5DF is #DC4A20. Grayscale: #8D8D8D. Windows color (decimal): -14436897 or 14660899. OLE color: 14660899.
HSL color Cylindrical-coordinate representation of color #23B5DF: hue angle of 193.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23B5DF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 181 | 223 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.13 |
| HSL | 193.4º | 0.75% | 0.51% | - |
| HSV(B) | 193.4º | 0.84% | 0.87% | - |
| XYZ | 30.54 | 38.73 | 75.68 | - |
| YUV | 142.13 | 173.63 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 181 | 223 | 0.84 | 0.19 | 0 | 0.13 | 193.4 | 0.75 | 0.51 |
| Hex | 23 | B5 | DF | 54 | 13 | 0 | D | C1 | 4B | 33 |
| Octal | 43 | 265 | 337 | 124 | 23 | 0 | 15 | 301 | 113 | 63 |
| Binary | 100011 | 10110101 | 11011111 | 1010100 | 10011 | 0 | 1101 | 11000001 | 1001011 | 110011 |
Color Harmonies of #23B5DF
Complementary color
Monochromatic Colors of #23B5DF
Black with #23B5DF
Text Example
Text Example
White with #23B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B5DF; }
p { color: rgb(35,181,223); }
H1.HeaderClassName
{
color: #23B5DF;
}
.AnyTagClassName
{
color: #23B5DF;
}
</style>
background-color css
<style>
a { background-color: #23B5DF; }
a { background-color: rgb(35,181,223); }
div.DivClassName
{
background-color: #23B5DF;
}
.BgClassName
{
background-color: #23B5DF;
}
</style>
border-color css
<style>
span { border-color: #23B5DF; }
span { border-color: rgb(35,181,223); }
td.TdClassName
{
border-color: #23B5DF;
}
.TagClassName
{
border-color: #23B5DF;
}
</style>