Shades of Summer Sky #23BADC
Tints of Summer Sky #23BADC
RGB
CMYK
RGB Variations
Color information
#23BADC (or 0x23BADC) is known color: Summer Sky. HEX triplet: 23, BA and DC. RGB value is (35,186,220). Sum of RGB (Red+Green+Blue) = 35+186+220=441 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.94% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #23BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BADC is #DC4523. Grayscale: #909090. Windows color (decimal): -14435620 or 14465571. OLE color: 14465571.
HSL color Cylindrical-coordinate representation of color #23BADC: hue angle of 191.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23BADC is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 186 | 220 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.14 |
| HSL | 191.03º | 0.73% | 0.5% | - |
| HSV(B) | 191.03º | 0.84% | 0.86% | - |
| XYZ | 31.17 | 40.64 | 73.91 | - |
| YUV | 144.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 220 | 0.84 | 0.15 | 0 | 0.14 | 191.03 | 0.73 | 0.5 |
| Hex | 23 | BA | DC | 54 | F | 0 | E | BF | 49 | 32 |
| Octal | 43 | 272 | 334 | 124 | 17 | 0 | 16 | 277 | 111 | 62 |
| Binary | 100011 | 10111010 | 11011100 | 1010100 | 1111 | 0 | 1110 | 10111111 | 1001001 | 110010 |
Color Harmonies of #23BADC
Complementary color
Monochromatic Colors of #23BADC
Black with #23BADC
Text Example
Text Example
White with #23BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BADC; }
p { color: rgb(35,186,220); }
H1.HeaderClassName
{
color: #23BADC;
}
.AnyTagClassName
{
color: #23BADC;
}
</style>
background-color css
<style>
a { background-color: #23BADC; }
a { background-color: rgb(35,186,220); }
div.DivClassName
{
background-color: #23BADC;
}
.BgClassName
{
background-color: #23BADC;
}
</style>
border-color css
<style>
span { border-color: #23BADC; }
span { border-color: rgb(35,186,220); }
td.TdClassName
{
border-color: #23BADC;
}
.TagClassName
{
border-color: #23BADC;
}
</style>