Shades of Summer Sky #28BED2
Tints of Summer Sky #28BED2
RGB
CMYK
RGB Variations
Color information
#28BED2 (or 0x28BED2) is known color: Summer Sky. HEX triplet: 28, BE and D2. RGB value is (40,190,210). Sum of RGB (Red+Green+Blue) = 40+190+210=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #28BED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BED2 is #D7412D. Grayscale: #939393. Windows color (decimal): -14106926 or 13811240. OLE color: 13811240.
HSL color Cylindrical-coordinate representation of color #28BED2: hue angle of 187.06º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28BED2 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 190 | 210 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.18 |
| HSL | 187.06º | 0.68% | 0.49% | - |
| HSV(B) | 187.06º | 0.81% | 0.82% | - |
| XYZ | 30.92 | 41.93 | 67.44 | - |
| YUV | 147.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 210 | 0.81 | 0.10 | 0 | 0.18 | 187.06 | 0.68 | 0.49 |
| Hex | 28 | BE | D2 | 51 | A | 0 | 12 | BB | 44 | 31 |
| Octal | 50 | 276 | 322 | 121 | 12 | 0 | 22 | 273 | 104 | 61 |
| Binary | 101000 | 10111110 | 11010010 | 1010001 | 1010 | 0 | 10010 | 10111011 | 1000100 | 110001 |
Color Harmonies of #28BED2
Complementary color
Monochromatic Colors of #28BED2
Black with #28BED2
Text Example
Text Example
White with #28BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BED2; }
p { color: rgb(40,190,210); }
H1.HeaderClassName
{
color: #28BED2;
}
.AnyTagClassName
{
color: #28BED2;
}
</style>
background-color css
<style>
a { background-color: #28BED2; }
a { background-color: rgb(40,190,210); }
div.DivClassName
{
background-color: #28BED2;
}
.BgClassName
{
background-color: #28BED2;
}
</style>
border-color css
<style>
span { border-color: #28BED2; }
span { border-color: rgb(40,190,210); }
td.TdClassName
{
border-color: #28BED2;
}
.TagClassName
{
border-color: #28BED2;
}
</style>