Shades of Summer Sky #23BEDC
Tints of Summer Sky #23BEDC
RGB
CMYK
RGB Variations
Color information
#23BEDC (or 0x23BEDC) is known color: Summer Sky. HEX triplet: 23, BE and DC. RGB value is (35,190,220). Sum of RGB (Red+Green+Blue) = 35+190+220=445 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.87% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #23BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BEDC is #DC4123. Grayscale: #929292. Windows color (decimal): -14434596 or 14466595. OLE color: 14466595.
HSL color Cylindrical-coordinate representation of color #23BEDC: hue angle of 189.73º degrees, saturation: 0.73, 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 #23BEDC is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 190 | 220 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.14 |
| HSL | 189.73º | 0.73% | 0.5% | - |
| HSV(B) | 189.73º | 0.84% | 0.86% | - |
| XYZ | 32.02 | 42.35 | 74.2 | - |
| YUV | 147.08 | 169.15 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 190 | 220 | 0.84 | 0.14 | 0 | 0.14 | 189.73 | 0.73 | 0.5 |
| Hex | 23 | BE | DC | 54 | E | 0 | E | BE | 49 | 32 |
| Octal | 43 | 276 | 334 | 124 | 16 | 0 | 16 | 276 | 111 | 62 |
| Binary | 100011 | 10111110 | 11011100 | 1010100 | 1110 | 0 | 1110 | 10111110 | 1001001 | 110010 |
Color Harmonies of #23BEDC
Complementary color
Monochromatic Colors of #23BEDC
Black with #23BEDC
Text Example
Text Example
White with #23BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BEDC; }
p { color: rgb(35,190,220); }
H1.HeaderClassName
{
color: #23BEDC;
}
.AnyTagClassName
{
color: #23BEDC;
}
</style>
background-color css
<style>
a { background-color: #23BEDC; }
a { background-color: rgb(35,190,220); }
div.DivClassName
{
background-color: #23BEDC;
}
.BgClassName
{
background-color: #23BEDC;
}
</style>
border-color css
<style>
span { border-color: #23BEDC; }
span { border-color: rgb(35,190,220); }
td.TdClassName
{
border-color: #23BEDC;
}
.TagClassName
{
border-color: #23BEDC;
}
</style>