Shades of Summer Sky #23CADB
Tints of Summer Sky #23CADB
RGB
CMYK
RGB Variations
Color information
#23CADB (or 0x23CADB) is known color: Summer Sky. HEX triplet: 23, CA and DB. RGB value is (35,202,219). Sum of RGB (Red+Green+Blue) = 35+202+219=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #23CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CADB is #DC3524. Grayscale: #999999. Windows color (decimal): -14431525 or 14404131. OLE color: 14404131.
HSL color Cylindrical-coordinate representation of color #23CADB: hue angle of 185.54º degrees, saturation: 0.72, 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 #23CADB is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 202 | 219 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.14 |
| HSL | 185.54º | 0.72% | 0.5% | - |
| HSV(B) | 185.54º | 0.84% | 0.86% | - |
| XYZ | 34.6 | 47.71 | 74.4 | - |
| YUV | 154.01 | 164.67 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 219 | 0.84 | 0.08 | 0 | 0.14 | 185.54 | 0.72 | 0.5 |
| Hex | 23 | CA | DB | 54 | 8 | 0 | E | BA | 48 | 32 |
| Octal | 43 | 312 | 333 | 124 | 10 | 0 | 16 | 272 | 110 | 62 |
| Binary | 100011 | 11001010 | 11011011 | 1010100 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110010 |
Color Harmonies of #23CADB
Complementary color
Monochromatic Colors of #23CADB
Black with #23CADB
Text Example
Text Example
White with #23CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CADB; }
p { color: rgb(35,202,219); }
H1.HeaderClassName
{
color: #23CADB;
}
.AnyTagClassName
{
color: #23CADB;
}
</style>
background-color css
<style>
a { background-color: #23CADB; }
a { background-color: rgb(35,202,219); }
div.DivClassName
{
background-color: #23CADB;
}
.BgClassName
{
background-color: #23CADB;
}
</style>
border-color css
<style>
span { border-color: #23CADB; }
span { border-color: rgb(35,202,219); }
td.TdClassName
{
border-color: #23CADB;
}
.TagClassName
{
border-color: #23CADB;
}
</style>