Shades of Summer Sky #30AECB
Tints of Summer Sky #30AECB
RGB
CMYK
RGB Variations
Color information
#30AECB (or 0x30AECB) is known color: Summer Sky. HEX triplet: 30, AE and CB. RGB value is (48,174,203). Sum of RGB (Red+Green+Blue) = 48+174+203=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #30AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AECB is #CF5134. Grayscale: #8B8B8B. Windows color (decimal): -13586741 or 13348400. OLE color: 13348400.
HSL color Cylindrical-coordinate representation of color #30AECB: hue angle of 191.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AECB is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 174 | 203 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.20 |
| HSL | 191.23º | 0.62% | 0.49% | - |
| HSV(B) | 191.23º | 0.76% | 0.8% | - |
| XYZ | 27.13 | 35.21 | 61.87 | - |
| YUV | 139.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 203 | 0.76 | 0.14 | 0 | 0.20 | 191.23 | 0.62 | 0.49 |
| Hex | 30 | AE | CB | 4C | E | 0 | 14 | BF | 3E | 31 |
| Octal | 60 | 256 | 313 | 114 | 16 | 0 | 24 | 277 | 76 | 61 |
| Binary | 110000 | 10101110 | 11001011 | 1001100 | 1110 | 0 | 10100 | 10111111 | 111110 | 110001 |
Color Harmonies of #30AECB
Complementary color
Monochromatic Colors of #30AECB
Black with #30AECB
Text Example
Text Example
White with #30AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AECB; }
p { color: rgb(48,174,203); }
H1.HeaderClassName
{
color: #30AECB;
}
.AnyTagClassName
{
color: #30AECB;
}
</style>
background-color css
<style>
a { background-color: #30AECB; }
a { background-color: rgb(48,174,203); }
div.DivClassName
{
background-color: #30AECB;
}
.BgClassName
{
background-color: #30AECB;
}
</style>
border-color css
<style>
span { border-color: #30AECB; }
span { border-color: rgb(48,174,203); }
td.TdClassName
{
border-color: #30AECB;
}
.TagClassName
{
border-color: #30AECB;
}
</style>