Shades of Summer Sky #30AEF2
Tints of Summer Sky #30AEF2
RGB
CMYK
RGB Variations
Color information
#30AEF2 (or 0x30AEF2) is known color: Summer Sky. HEX triplet: 30, AE and F2. RGB value is (48,174,242). Sum of RGB (Red+Green+Blue) = 48+174+242=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #30AEF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AEF2 is #CF510D. Grayscale: #8F8F8F. Windows color (decimal): -13586702 or 15904304. OLE color: 15904304.
HSL color Cylindrical-coordinate representation of color #30AEF2: hue angle of 201.03º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30AEF2 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 174 | 242 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.05 |
| HSL | 201.03º | 0.88% | 0.57% | - |
| HSV(B) | 201.03º | 0.8% | 0.95% | - |
| XYZ | 32.38 | 37.31 | 89.5 | - |
| YUV | 144.08 | 183.26 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 242 | 0.80 | 0.28 | 0 | 0.05 | 201.03 | 0.88 | 0.57 |
| Hex | 30 | AE | F2 | 50 | 1C | 0 | 5 | C9 | 58 | 39 |
| Octal | 60 | 256 | 362 | 120 | 34 | 0 | 5 | 311 | 130 | 71 |
| Binary | 110000 | 10101110 | 11110010 | 1010000 | 11100 | 0 | 101 | 11001001 | 1011000 | 111001 |
Color Harmonies of #30AEF2
Complementary color
Monochromatic Colors of #30AEF2
Black with #30AEF2
Text Example
Text Example
White with #30AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AEF2; }
p { color: rgb(48,174,242); }
H1.HeaderClassName
{
color: #30AEF2;
}
.AnyTagClassName
{
color: #30AEF2;
}
</style>
background-color css
<style>
a { background-color: #30AEF2; }
a { background-color: rgb(48,174,242); }
div.DivClassName
{
background-color: #30AEF2;
}
.BgClassName
{
background-color: #30AEF2;
}
</style>
border-color css
<style>
span { border-color: #30AEF2; }
span { border-color: rgb(48,174,242); }
td.TdClassName
{
border-color: #30AEF2;
}
.TagClassName
{
border-color: #30AEF2;
}
</style>