Shades of Summer Sky #23BADF
Tints of Summer Sky #23BADF
RGB
CMYK
RGB Variations
Color information
#23BADF (or 0x23BADF) is known color: Summer Sky. HEX triplet: 23, BA and DF. RGB value is (35,186,223). Sum of RGB (Red+Green+Blue) = 35+186+223=444 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.88% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #23BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BADF is #DC4520. Grayscale: #909090. Windows color (decimal): -14435617 or 14662179. OLE color: 14662179.
HSL color Cylindrical-coordinate representation of color #23BADF: hue angle of 191.81º 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 #23BADF is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 186 | 223 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.13 |
| HSL | 191.81º | 0.75% | 0.51% | - |
| HSV(B) | 191.81º | 0.84% | 0.87% | - |
| XYZ | 31.57 | 40.8 | 76.02 | - |
| YUV | 145.07 | 171.97 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 223 | 0.84 | 0.17 | 0 | 0.13 | 191.81 | 0.75 | 0.51 |
| Hex | 23 | BA | DF | 54 | 11 | 0 | D | C0 | 4B | 33 |
| Octal | 43 | 272 | 337 | 124 | 21 | 0 | 15 | 300 | 113 | 63 |
| Binary | 100011 | 10111010 | 11011111 | 1010100 | 10001 | 0 | 1101 | 11000000 | 1001011 | 110011 |
Color Harmonies of #23BADF
Complementary color
Monochromatic Colors of #23BADF
Black with #23BADF
Text Example
Text Example
White with #23BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BADF; }
p { color: rgb(35,186,223); }
H1.HeaderClassName
{
color: #23BADF;
}
.AnyTagClassName
{
color: #23BADF;
}
</style>
background-color css
<style>
a { background-color: #23BADF; }
a { background-color: rgb(35,186,223); }
div.DivClassName
{
background-color: #23BADF;
}
.BgClassName
{
background-color: #23BADF;
}
</style>
border-color css
<style>
span { border-color: #23BADF; }
span { border-color: rgb(35,186,223); }
td.TdClassName
{
border-color: #23BADF;
}
.TagClassName
{
border-color: #23BADF;
}
</style>