Shades of Summer Sky #239ADC
Tints of Summer Sky #239ADC
RGB
CMYK
RGB Variations
Color information
#239ADC (or 0x239ADC) is known color: Summer Sky. HEX triplet: 23, 9A and DC. RGB value is (35,154,220). Sum of RGB (Red+Green+Blue) = 35+154+220=409 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.56% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #239ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ADC is #DC6523. Grayscale: #7D7D7D. Windows color (decimal): -14443812 or 14457379. OLE color: 14457379.
HSL color Cylindrical-coordinate representation of color #239ADC: hue angle of 201.41º 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 #239ADC is Cyan = 0.84, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 154 | 220 | - |
| CMYK | 0.84 | 0.3 | 0 | 0.14 |
| HSL | 201.41º | 0.73% | 0.5% | - |
| HSV(B) | 201.41º | 0.84% | 0.86% | - |
| XYZ | 25.17 | 28.64 | 71.91 | - |
| YUV | 125.94 | 181.08 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 220 | 0.84 | 0.3 | 0 | 0.14 | 201.41 | 0.73 | 0.5 |
| Hex | 23 | 9A | DC | 54 | 1E | 0 | E | C9 | 49 | 32 |
| Octal | 43 | 232 | 334 | 124 | 36 | 0 | 16 | 311 | 111 | 62 |
| Binary | 100011 | 10011010 | 11011100 | 1010100 | 11110 | 0 | 1110 | 11001001 | 1001001 | 110010 |
Color Harmonies of #239ADC
Complementary color
Monochromatic Colors of #239ADC
Black with #239ADC
Text Example
Text Example
White with #239ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239ADC; }
p { color: rgb(35,154,220); }
H1.HeaderClassName
{
color: #239ADC;
}
.AnyTagClassName
{
color: #239ADC;
}
</style>
background-color css
<style>
a { background-color: #239ADC; }
a { background-color: rgb(35,154,220); }
div.DivClassName
{
background-color: #239ADC;
}
.BgClassName
{
background-color: #239ADC;
}
</style>
border-color css
<style>
span { border-color: #239ADC; }
span { border-color: rgb(35,154,220); }
td.TdClassName
{
border-color: #239ADC;
}
.TagClassName
{
border-color: #239ADC;
}
</style>