Shades of Summer Sky #309ED6
Tints of Summer Sky #309ED6
RGB
CMYK
RGB Variations
Color information
#309ED6 (or 0x309ED6) is known color: Summer Sky. HEX triplet: 30, 9E and D6. RGB value is (48,158,214). Sum of RGB (Red+Green+Blue) = 48+158+214=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #309ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ED6 is #CF6129. Grayscale: #838383. Windows color (decimal): -13590826 or 14065200. OLE color: 14065200.
HSL color Cylindrical-coordinate representation of color #309ED6: hue angle of 200.24º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #309ED6 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 158 | 214 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.16 |
| HSL | 200.24º | 0.67% | 0.51% | - |
| HSV(B) | 200.24º | 0.78% | 0.84% | - |
| XYZ | 25.58 | 29.94 | 68.05 | - |
| YUV | 131.49 | 174.56 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 214 | 0.78 | 0.26 | 0 | 0.16 | 200.24 | 0.67 | 0.51 |
| Hex | 30 | 9E | D6 | 4E | 1A | 0 | 10 | C8 | 43 | 33 |
| Octal | 60 | 236 | 326 | 116 | 32 | 0 | 20 | 310 | 103 | 63 |
| Binary | 110000 | 10011110 | 11010110 | 1001110 | 11010 | 0 | 10000 | 11001000 | 1000011 | 110011 |
Color Harmonies of #309ED6
Complementary color
Monochromatic Colors of #309ED6
Black with #309ED6
Text Example
Text Example
White with #309ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309ED6; }
p { color: rgb(48,158,214); }
H1.HeaderClassName
{
color: #309ED6;
}
.AnyTagClassName
{
color: #309ED6;
}
</style>
background-color css
<style>
a { background-color: #309ED6; }
a { background-color: rgb(48,158,214); }
div.DivClassName
{
background-color: #309ED6;
}
.BgClassName
{
background-color: #309ED6;
}
</style>
border-color css
<style>
span { border-color: #309ED6; }
span { border-color: rgb(48,158,214); }
td.TdClassName
{
border-color: #309ED6;
}
.TagClassName
{
border-color: #309ED6;
}
</style>