Shades of Summer Sky #309FCE
Tints of Summer Sky #309FCE
RGB
CMYK
RGB Variations
Color information
#309FCE (or 0x309FCE) is known color: Summer Sky. HEX triplet: 30, 9F and CE. RGB value is (48,159,206). Sum of RGB (Red+Green+Blue) = 48+159+206=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #309FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FCE is #CF6031. Grayscale: #828282. Windows color (decimal): -13590578 or 13541168. OLE color: 13541168.
HSL color Cylindrical-coordinate representation of color #309FCE: hue angle of 197.85º 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 #309FCE is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 159 | 206 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.19 |
| HSL | 197.85º | 0.62% | 0.5% | - |
| HSV(B) | 197.85º | 0.77% | 0.81% | - |
| XYZ | 24.76 | 29.88 | 62.86 | - |
| YUV | 131.17 | 170.23 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 206 | 0.77 | 0.23 | 0 | 0.19 | 197.85 | 0.62 | 0.5 |
| Hex | 30 | 9F | CE | 4D | 17 | 0 | 13 | C6 | 3E | 32 |
| Octal | 60 | 237 | 316 | 115 | 27 | 0 | 23 | 306 | 76 | 62 |
| Binary | 110000 | 10011111 | 11001110 | 1001101 | 10111 | 0 | 10011 | 11000110 | 111110 | 110010 |
Color Harmonies of #309FCE
Complementary color
Monochromatic Colors of #309FCE
Black with #309FCE
Text Example
Text Example
White with #309FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309FCE; }
p { color: rgb(48,159,206); }
H1.HeaderClassName
{
color: #309FCE;
}
.AnyTagClassName
{
color: #309FCE;
}
</style>
background-color css
<style>
a { background-color: #309FCE; }
a { background-color: rgb(48,159,206); }
div.DivClassName
{
background-color: #309FCE;
}
.BgClassName
{
background-color: #309FCE;
}
</style>
border-color css
<style>
span { border-color: #309FCE; }
span { border-color: rgb(48,159,206); }
td.TdClassName
{
border-color: #309FCE;
}
.TagClassName
{
border-color: #309FCE;
}
</style>