Shades of Summer Sky #23CADE
Tints of Summer Sky #23CADE
RGB
CMYK
RGB Variations
Color information
#23CADE (or 0x23CADE) is known color: Summer Sky. HEX triplet: 23, CA and DE. RGB value is (35,202,222). Sum of RGB (Red+Green+Blue) = 35+202+222=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #23CADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CADE is #DC3521. Grayscale: #9A9A9A. Windows color (decimal): -14431522 or 14600739. OLE color: 14600739.
HSL color Cylindrical-coordinate representation of color #23CADE: hue angle of 186.42º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CADE is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 202 | 222 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.13 |
| HSL | 186.42º | 0.74% | 0.5% | - |
| HSV(B) | 186.42º | 0.84% | 0.87% | - |
| XYZ | 35 | 47.87 | 76.5 | - |
| YUV | 154.35 | 166.17 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 222 | 0.84 | 0.09 | 0 | 0.13 | 186.42 | 0.74 | 0.5 |
| Hex | 23 | CA | DE | 54 | 9 | 0 | D | BA | 4A | 32 |
| Octal | 43 | 312 | 336 | 124 | 11 | 0 | 15 | 272 | 112 | 62 |
| Binary | 100011 | 11001010 | 11011110 | 1010100 | 1001 | 0 | 1101 | 10111010 | 1001010 | 110010 |
Color Harmonies of #23CADE
Complementary color
Monochromatic Colors of #23CADE
Black with #23CADE
Text Example
Text Example
White with #23CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CADE; }
p { color: rgb(35,202,222); }
H1.HeaderClassName
{
color: #23CADE;
}
.AnyTagClassName
{
color: #23CADE;
}
</style>
background-color css
<style>
a { background-color: #23CADE; }
a { background-color: rgb(35,202,222); }
div.DivClassName
{
background-color: #23CADE;
}
.BgClassName
{
background-color: #23CADE;
}
</style>
border-color css
<style>
span { border-color: #23CADE; }
span { border-color: rgb(35,202,222); }
td.TdClassName
{
border-color: #23CADE;
}
.TagClassName
{
border-color: #23CADE;
}
</style>