Shades of Summer Sky #23ADDC
Tints of Summer Sky #23ADDC
RGB
CMYK
RGB Variations
Color information
#23ADDC (or 0x23ADDC) is known color: Summer Sky. HEX triplet: 23, AD and DC. RGB value is (35,173,220). Sum of RGB (Red+Green+Blue) = 35+173+220=428 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.18% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #23ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADDC is #DC5223. Grayscale: #888888. Windows color (decimal): -14438948 or 14462243. OLE color: 14462243.
HSL color Cylindrical-coordinate representation of color #23ADDC: hue angle of 195.24º 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 #23ADDC is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 173 | 220 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.14 |
| HSL | 195.24º | 0.73% | 0.5% | - |
| HSV(B) | 195.24º | 0.84% | 0.86% | - |
| XYZ | 28.55 | 35.41 | 73.04 | - |
| YUV | 137.1 | 174.78 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 220 | 0.84 | 0.21 | 0 | 0.14 | 195.24 | 0.73 | 0.5 |
| Hex | 23 | AD | DC | 54 | 15 | 0 | E | C3 | 49 | 32 |
| Octal | 43 | 255 | 334 | 124 | 25 | 0 | 16 | 303 | 111 | 62 |
| Binary | 100011 | 10101101 | 11011100 | 1010100 | 10101 | 0 | 1110 | 11000011 | 1001001 | 110010 |
Color Harmonies of #23ADDC
Complementary color
Monochromatic Colors of #23ADDC
Black with #23ADDC
Text Example
Text Example
White with #23ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADDC; }
p { color: rgb(35,173,220); }
H1.HeaderClassName
{
color: #23ADDC;
}
.AnyTagClassName
{
color: #23ADDC;
}
</style>
background-color css
<style>
a { background-color: #23ADDC; }
a { background-color: rgb(35,173,220); }
div.DivClassName
{
background-color: #23ADDC;
}
.BgClassName
{
background-color: #23ADDC;
}
</style>
border-color css
<style>
span { border-color: #23ADDC; }
span { border-color: rgb(35,173,220); }
td.TdClassName
{
border-color: #23ADDC;
}
.TagClassName
{
border-color: #23ADDC;
}
</style>