Shades of Summer Sky #28CBDE
Tints of Summer Sky #28CBDE
RGB
CMYK
RGB Variations
Color information
#28CBDE (or 0x28CBDE) is known color: Summer Sky. HEX triplet: 28, CB and DE. RGB value is (40,203,222). Sum of RGB (Red+Green+Blue) = 40+203+222=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #28CBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBDE is #D73421. Grayscale: #9C9C9C. Windows color (decimal): -14103586 or 14601000. OLE color: 14601000.
HSL color Cylindrical-coordinate representation of color #28CBDE: hue angle of 186.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CBDE is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 203 | 222 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.13 |
| HSL | 186.26º | 0.73% | 0.51% | - |
| HSV(B) | 186.26º | 0.82% | 0.87% | - |
| XYZ | 35.42 | 48.44 | 76.59 | - |
| YUV | 156.43 | 165 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 222 | 0.82 | 0.09 | 0 | 0.13 | 186.26 | 0.73 | 0.51 |
| Hex | 28 | CB | DE | 52 | 9 | 0 | D | BA | 49 | 33 |
| Octal | 50 | 313 | 336 | 122 | 11 | 0 | 15 | 272 | 111 | 63 |
| Binary | 101000 | 11001011 | 11011110 | 1010010 | 1001 | 0 | 1101 | 10111010 | 1001001 | 110011 |
Color Harmonies of #28CBDE
Complementary color
Monochromatic Colors of #28CBDE
Black with #28CBDE
Text Example
Text Example
White with #28CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBDE; }
p { color: rgb(40,203,222); }
H1.HeaderClassName
{
color: #28CBDE;
}
.AnyTagClassName
{
color: #28CBDE;
}
</style>
background-color css
<style>
a { background-color: #28CBDE; }
a { background-color: rgb(40,203,222); }
div.DivClassName
{
background-color: #28CBDE;
}
.BgClassName
{
background-color: #28CBDE;
}
</style>
border-color css
<style>
span { border-color: #28CBDE; }
span { border-color: rgb(40,203,222); }
td.TdClassName
{
border-color: #28CBDE;
}
.TagClassName
{
border-color: #28CBDE;
}
</style>