Shades of Summer Sky #28CFF2
Tints of Summer Sky #28CFF2
RGB
CMYK
RGB Variations
Color information
#28CFF2 (or 0x28CFF2) is known color: Summer Sky. HEX triplet: 28, CF and F2. RGB value is (40,207,242). Sum of RGB (Red+Green+Blue) = 40+207+242=489 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.18% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #28CFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFF2 is #D7300D. Grayscale: #A0A0A0. Windows color (decimal): -14102542 or 15912744. OLE color: 15912744.
HSL color Cylindrical-coordinate representation of color #28CFF2: hue angle of 190.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CFF2 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 207 | 242 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.05 |
| HSL | 190.4º | 0.89% | 0.55% | - |
| HSV(B) | 190.4º | 0.83% | 0.95% | - |
| XYZ | 39.21 | 51.49 | 91.88 | - |
| YUV | 161.06 | 173.67 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 242 | 0.83 | 0.14 | 0 | 0.05 | 190.4 | 0.89 | 0.55 |
| Hex | 28 | CF | F2 | 53 | E | 0 | 5 | BE | 59 | 37 |
| Octal | 50 | 317 | 362 | 123 | 16 | 0 | 5 | 276 | 131 | 67 |
| Binary | 101000 | 11001111 | 11110010 | 1010011 | 1110 | 0 | 101 | 10111110 | 1011001 | 110111 |
Color Harmonies of #28CFF2
Complementary color
Monochromatic Colors of #28CFF2
Black with #28CFF2
Text Example
Text Example
White with #28CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFF2; }
p { color: rgb(40,207,242); }
H1.HeaderClassName
{
color: #28CFF2;
}
.AnyTagClassName
{
color: #28CFF2;
}
</style>
background-color css
<style>
a { background-color: #28CFF2; }
a { background-color: rgb(40,207,242); }
div.DivClassName
{
background-color: #28CFF2;
}
.BgClassName
{
background-color: #28CFF2;
}
</style>
border-color css
<style>
span { border-color: #28CFF2; }
span { border-color: rgb(40,207,242); }
td.TdClassName
{
border-color: #28CFF2;
}
.TagClassName
{
border-color: #28CFF2;
}
</style>