Shades of Summer Sky #28CCF2
Tints of Summer Sky #28CCF2
RGB
CMYK
RGB Variations
Color information
#28CCF2 (or 0x28CCF2) is known color: Summer Sky. HEX triplet: 28, CC and F2. RGB value is (40,204,242). Sum of RGB (Red+Green+Blue) = 40+204+242=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #28CCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCF2 is #D7330D. Grayscale: #9E9E9E. Windows color (decimal): -14103310 or 15911976. OLE color: 15911976.
HSL color Cylindrical-coordinate representation of color #28CCF2: hue angle of 191.29º 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 #28CCF2 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 204 | 242 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.05 |
| HSL | 191.29º | 0.89% | 0.55% | - |
| HSV(B) | 191.29º | 0.83% | 0.95% | - |
| XYZ | 38.49 | 50.05 | 91.64 | - |
| YUV | 159.3 | 174.67 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 242 | 0.83 | 0.16 | 0 | 0.05 | 191.29 | 0.89 | 0.55 |
| Hex | 28 | CC | F2 | 53 | 10 | 0 | 5 | BF | 59 | 37 |
| Octal | 50 | 314 | 362 | 123 | 20 | 0 | 5 | 277 | 131 | 67 |
| Binary | 101000 | 11001100 | 11110010 | 1010011 | 10000 | 0 | 101 | 10111111 | 1011001 | 110111 |
Color Harmonies of #28CCF2
Complementary color
Monochromatic Colors of #28CCF2
Black with #28CCF2
Text Example
Text Example
White with #28CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CCF2; }
p { color: rgb(40,204,242); }
H1.HeaderClassName
{
color: #28CCF2;
}
.AnyTagClassName
{
color: #28CCF2;
}
</style>
background-color css
<style>
a { background-color: #28CCF2; }
a { background-color: rgb(40,204,242); }
div.DivClassName
{
background-color: #28CCF2;
}
.BgClassName
{
background-color: #28CCF2;
}
</style>
border-color css
<style>
span { border-color: #28CCF2; }
span { border-color: rgb(40,204,242); }
td.TdClassName
{
border-color: #28CCF2;
}
.TagClassName
{
border-color: #28CCF2;
}
</style>