Shades of Summer Sky #34B1D3
Tints of Summer Sky #34B1D3
RGB
CMYK
RGB Variations
Color information
#34B1D3 (or 0x34B1D3) is known color: Summer Sky. HEX triplet: 34, B1 and D3. RGB value is (52,177,211). Sum of RGB (Red+Green+Blue) = 52+177+211=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #34B1D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B1D3 is #CB4E2C. Grayscale: #8F8F8F. Windows color (decimal): -13323821 or 13873460. OLE color: 13873460.
HSL color Cylindrical-coordinate representation of color #34B1D3: hue angle of 192.83º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34B1D3 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 177 | 211 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.17 |
| HSL | 192.83º | 0.64% | 0.52% | - |
| HSV(B) | 192.83º | 0.75% | 0.83% | - |
| XYZ | 28.9 | 36.88 | 67.22 | - |
| YUV | 143.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 211 | 0.75 | 0.16 | 0 | 0.17 | 192.83 | 0.64 | 0.52 |
| Hex | 34 | B1 | D3 | 4B | 10 | 0 | 11 | C1 | 40 | 34 |
| Octal | 64 | 261 | 323 | 113 | 20 | 0 | 21 | 301 | 100 | 64 |
| Binary | 110100 | 10110001 | 11010011 | 1001011 | 10000 | 0 | 10001 | 11000001 | 1000000 | 110100 |
Color Harmonies of #34B1D3
Complementary color
Monochromatic Colors of #34B1D3
Black with #34B1D3
Text Example
Text Example
White with #34B1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B1D3; }
p { color: rgb(52,177,211); }
H1.HeaderClassName
{
color: #34B1D3;
}
.AnyTagClassName
{
color: #34B1D3;
}
</style>
background-color css
<style>
a { background-color: #34B1D3; }
a { background-color: rgb(52,177,211); }
div.DivClassName
{
background-color: #34B1D3;
}
.BgClassName
{
background-color: #34B1D3;
}
</style>
border-color css
<style>
span { border-color: #34B1D3; }
span { border-color: rgb(52,177,211); }
td.TdClassName
{
border-color: #34B1D3;
}
.TagClassName
{
border-color: #34B1D3;
}
</style>