Shades of Summer Sky #23B5DA
Tints of Summer Sky #23B5DA
RGB
CMYK
RGB Variations
Color information
#23B5DA (or 0x23B5DA) is known color: Summer Sky. HEX triplet: 23, B5 and DA. RGB value is (35,181,218). Sum of RGB (Red+Green+Blue) = 35+181+218=434 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.06% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #23B5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B5DA is #DC4A25. Grayscale: #8D8D8D. Windows color (decimal): -14436902 or 14333219. OLE color: 14333219.
HSL color Cylindrical-coordinate representation of color #23B5DA: hue angle of 192.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23B5DA is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 181 | 218 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.15 |
| HSL | 192.13º | 0.72% | 0.5% | - |
| HSV(B) | 192.13º | 0.84% | 0.85% | - |
| XYZ | 29.87 | 38.47 | 72.18 | - |
| YUV | 141.56 | 171.13 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 181 | 218 | 0.84 | 0.17 | 0 | 0.15 | 192.13 | 0.72 | 0.5 |
| Hex | 23 | B5 | DA | 54 | 11 | 0 | F | C0 | 48 | 32 |
| Octal | 43 | 265 | 332 | 124 | 21 | 0 | 17 | 300 | 110 | 62 |
| Binary | 100011 | 10110101 | 11011010 | 1010100 | 10001 | 0 | 1111 | 11000000 | 1001000 | 110010 |
Color Harmonies of #23B5DA
Complementary color
Monochromatic Colors of #23B5DA
Black with #23B5DA
Text Example
Text Example
White with #23B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B5DA; }
p { color: rgb(35,181,218); }
H1.HeaderClassName
{
color: #23B5DA;
}
.AnyTagClassName
{
color: #23B5DA;
}
</style>
background-color css
<style>
a { background-color: #23B5DA; }
a { background-color: rgb(35,181,218); }
div.DivClassName
{
background-color: #23B5DA;
}
.BgClassName
{
background-color: #23B5DA;
}
</style>
border-color css
<style>
span { border-color: #23B5DA; }
span { border-color: rgb(35,181,218); }
td.TdClassName
{
border-color: #23B5DA;
}
.TagClassName
{
border-color: #23B5DA;
}
</style>