Shades of Summer Sky #23BBDA
Tints of Summer Sky #23BBDA
RGB
CMYK
RGB Variations
Color information
#23BBDA (or 0x23BBDA) is known color: Summer Sky. HEX triplet: 23, BB and DA. RGB value is (35,187,218). Sum of RGB (Red+Green+Blue) = 35+187+218=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #23BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBDA is #DC4425. Grayscale: #909090. Windows color (decimal): -14435366 or 14334755. OLE color: 14334755.
HSL color Cylindrical-coordinate representation of color #23BBDA: hue angle of 190.16º 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 #23BBDA is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 187 | 218 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.15 |
| HSL | 190.16º | 0.72% | 0.5% | - |
| HSV(B) | 190.16º | 0.84% | 0.85% | - |
| XYZ | 31.12 | 40.96 | 72.6 | - |
| YUV | 145.09 | 169.14 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 218 | 0.84 | 0.14 | 0 | 0.15 | 190.16 | 0.72 | 0.5 |
| Hex | 23 | BB | DA | 54 | E | 0 | F | BE | 48 | 32 |
| Octal | 43 | 273 | 332 | 124 | 16 | 0 | 17 | 276 | 110 | 62 |
| Binary | 100011 | 10111011 | 11011010 | 1010100 | 1110 | 0 | 1111 | 10111110 | 1001000 | 110010 |
Color Harmonies of #23BBDA
Complementary color
Monochromatic Colors of #23BBDA
Black with #23BBDA
Text Example
Text Example
White with #23BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBDA; }
p { color: rgb(35,187,218); }
H1.HeaderClassName
{
color: #23BBDA;
}
.AnyTagClassName
{
color: #23BBDA;
}
</style>
background-color css
<style>
a { background-color: #23BBDA; }
a { background-color: rgb(35,187,218); }
div.DivClassName
{
background-color: #23BBDA;
}
.BgClassName
{
background-color: #23BBDA;
}
</style>
border-color css
<style>
span { border-color: #23BBDA; }
span { border-color: rgb(35,187,218); }
td.TdClassName
{
border-color: #23BBDA;
}
.TagClassName
{
border-color: #23BBDA;
}
</style>