Shades of Summer Sky #309ECE
Tints of Summer Sky #309ECE
RGB
CMYK
RGB Variations
Color information
#309ECE (or 0x309ECE) is known color: Summer Sky. HEX triplet: 30, 9E and CE. RGB value is (48,158,206). Sum of RGB (Red+Green+Blue) = 48+158+206=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #309ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ECE is #CF6131. Grayscale: #828282. Windows color (decimal): -13590834 or 13540912. OLE color: 13540912.
HSL color Cylindrical-coordinate representation of color #309ECE: hue angle of 198.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309ECE is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 158 | 206 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.19 |
| HSL | 198.23º | 0.62% | 0.5% | - |
| HSV(B) | 198.23º | 0.77% | 0.81% | - |
| XYZ | 24.59 | 29.54 | 62.8 | - |
| YUV | 130.58 | 170.56 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 206 | 0.77 | 0.23 | 0 | 0.19 | 198.23 | 0.62 | 0.5 |
| Hex | 30 | 9E | CE | 4D | 17 | 0 | 13 | C6 | 3E | 32 |
| Octal | 60 | 236 | 316 | 115 | 27 | 0 | 23 | 306 | 76 | 62 |
| Binary | 110000 | 10011110 | 11001110 | 1001101 | 10111 | 0 | 10011 | 11000110 | 111110 | 110010 |
Color Harmonies of #309ECE
Complementary color
Monochromatic Colors of #309ECE
Black with #309ECE
Text Example
Text Example
White with #309ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309ECE; }
p { color: rgb(48,158,206); }
H1.HeaderClassName
{
color: #309ECE;
}
.AnyTagClassName
{
color: #309ECE;
}
</style>
background-color css
<style>
a { background-color: #309ECE; }
a { background-color: rgb(48,158,206); }
div.DivClassName
{
background-color: #309ECE;
}
.BgClassName
{
background-color: #309ECE;
}
</style>
border-color css
<style>
span { border-color: #309ECE; }
span { border-color: rgb(48,158,206); }
td.TdClassName
{
border-color: #309ECE;
}
.TagClassName
{
border-color: #309ECE;
}
</style>