Shades of Summer Sky #28BDDA
Tints of Summer Sky #28BDDA
RGB
CMYK
RGB Variations
Color information
#28BDDA (or 0x28BDDA) is known color: Summer Sky. HEX triplet: 28, BD and DA. RGB value is (40,189,218). Sum of RGB (Red+Green+Blue) = 40+189+218=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #28BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDDA is #D74225. Grayscale: #939393. Windows color (decimal): -14107174 or 14335272. OLE color: 14335272.
HSL color Cylindrical-coordinate representation of color #28BDDA: hue angle of 189.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BDDA is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 189 | 218 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.15 |
| HSL | 189.78º | 0.71% | 0.51% | - |
| HSV(B) | 189.78º | 0.82% | 0.85% | - |
| XYZ | 31.73 | 41.91 | 72.75 | - |
| YUV | 147.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 218 | 0.82 | 0.13 | 0 | 0.15 | 189.78 | 0.71 | 0.51 |
| Hex | 28 | BD | DA | 52 | D | 0 | F | BE | 47 | 33 |
| Octal | 50 | 275 | 332 | 122 | 15 | 0 | 17 | 276 | 107 | 63 |
| Binary | 101000 | 10111101 | 11011010 | 1010010 | 1101 | 0 | 1111 | 10111110 | 1000111 | 110011 |
Color Harmonies of #28BDDA
Complementary color
Monochromatic Colors of #28BDDA
Black with #28BDDA
Text Example
Text Example
White with #28BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDDA; }
p { color: rgb(40,189,218); }
H1.HeaderClassName
{
color: #28BDDA;
}
.AnyTagClassName
{
color: #28BDDA;
}
</style>
background-color css
<style>
a { background-color: #28BDDA; }
a { background-color: rgb(40,189,218); }
div.DivClassName
{
background-color: #28BDDA;
}
.BgClassName
{
background-color: #28BDDA;
}
</style>
border-color css
<style>
span { border-color: #28BDDA; }
span { border-color: rgb(40,189,218); }
td.TdClassName
{
border-color: #28BDDA;
}
.TagClassName
{
border-color: #28BDDA;
}
</style>