Shades of Summer Sky #23BDDF
Tints of Summer Sky #23BDDF
RGB
CMYK
RGB Variations
Color information
#23BDDF (or 0x23BDDF) is known color: Summer Sky. HEX triplet: 23, BD and DF. RGB value is (35,189,223). Sum of RGB (Red+Green+Blue) = 35+189+223=447 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.83% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #23BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDDF is #DC4220. Grayscale: #929292. Windows color (decimal): -14434849 or 14662947. OLE color: 14662947.
HSL color Cylindrical-coordinate representation of color #23BDDF: hue angle of 190.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23BDDF is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 189 | 223 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.13 |
| HSL | 190.85º | 0.75% | 0.51% | - |
| HSV(B) | 190.85º | 0.84% | 0.87% | - |
| XYZ | 32.21 | 42.08 | 76.24 | - |
| YUV | 146.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 223 | 0.84 | 0.15 | 0 | 0.13 | 190.85 | 0.75 | 0.51 |
| Hex | 23 | BD | DF | 54 | F | 0 | D | BF | 4B | 33 |
| Octal | 43 | 275 | 337 | 124 | 17 | 0 | 15 | 277 | 113 | 63 |
| Binary | 100011 | 10111101 | 11011111 | 1010100 | 1111 | 0 | 1101 | 10111111 | 1001011 | 110011 |
Color Harmonies of #23BDDF
Complementary color
Monochromatic Colors of #23BDDF
Black with #23BDDF
Text Example
Text Example
White with #23BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDDF; }
p { color: rgb(35,189,223); }
H1.HeaderClassName
{
color: #23BDDF;
}
.AnyTagClassName
{
color: #23BDDF;
}
</style>
background-color css
<style>
a { background-color: #23BDDF; }
a { background-color: rgb(35,189,223); }
div.DivClassName
{
background-color: #23BDDF;
}
.BgClassName
{
background-color: #23BDDF;
}
</style>
border-color css
<style>
span { border-color: #23BDDF; }
span { border-color: rgb(35,189,223); }
td.TdClassName
{
border-color: #23BDDF;
}
.TagClassName
{
border-color: #23BDDF;
}
</style>