Shades of Summer Sky #23CDEF
Tints of Summer Sky #23CDEF
RGB
CMYK
RGB Variations
Color information
#23CDEF (or 0x23CDEF) is known color: Summer Sky. HEX triplet: 23, CD and EF. RGB value is (35,205,239). Sum of RGB (Red+Green+Blue) = 35+205+239=479 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.31% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #23CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CDEF is #DC3210. Grayscale: #9D9D9D. Windows color (decimal): -14430737 or 15715619. OLE color: 15715619.
HSL color Cylindrical-coordinate representation of color #23CDEF: hue angle of 190º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CDEF is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 205 | 239 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.06 |
| HSL | 190º | 0.86% | 0.54% | - |
| HSV(B) | 190º | 0.85% | 0.94% | - |
| XYZ | 38.1 | 50.25 | 89.35 | - |
| YUV | 158.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 205 | 239 | 0.85 | 0.14 | 0 | 0.06 | 190 | 0.86 | 0.54 |
| Hex | 23 | CD | EF | 55 | E | 0 | 6 | BE | 56 | 36 |
| Octal | 43 | 315 | 357 | 125 | 16 | 0 | 6 | 276 | 126 | 66 |
| Binary | 100011 | 11001101 | 11101111 | 1010101 | 1110 | 0 | 110 | 10111110 | 1010110 | 110110 |
Color Harmonies of #23CDEF
Complementary color
Monochromatic Colors of #23CDEF
Black with #23CDEF
Text Example
Text Example
White with #23CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CDEF; }
p { color: rgb(35,205,239); }
H1.HeaderClassName
{
color: #23CDEF;
}
.AnyTagClassName
{
color: #23CDEF;
}
</style>
background-color css
<style>
a { background-color: #23CDEF; }
a { background-color: rgb(35,205,239); }
div.DivClassName
{
background-color: #23CDEF;
}
.BgClassName
{
background-color: #23CDEF;
}
</style>
border-color css
<style>
span { border-color: #23CDEF; }
span { border-color: rgb(35,205,239); }
td.TdClassName
{
border-color: #23CDEF;
}
.TagClassName
{
border-color: #23CDEF;
}
</style>