Shades of Summer Sky #34CDF3
Tints of Summer Sky #34CDF3
RGB
CMYK
RGB Variations
Color information
#34CDF3 (or 0x34CDF3) is known color: Summer Sky. HEX triplet: 34, CD and F3. RGB value is (52,205,243). Sum of RGB (Red+Green+Blue) = 52+205+243=500 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #34CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CDF3 is #CB320C. Grayscale: #A3A3A3. Windows color (decimal): -13316621 or 15977780. OLE color: 15977780.
HSL color Cylindrical-coordinate representation of color #34CDF3: hue angle of 191.94º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CDF3 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 205 | 243 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.05 |
| HSL | 191.94º | 0.89% | 0.58% | - |
| HSV(B) | 191.94º | 0.79% | 0.95% | - |
| XYZ | 39.43 | 50.86 | 92.53 | - |
| YUV | 163.59 | 172.81 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 243 | 0.79 | 0.16 | 0 | 0.05 | 191.94 | 0.89 | 0.58 |
| Hex | 34 | CD | F3 | 4F | 10 | 0 | 5 | C0 | 59 | 3A |
| Octal | 64 | 315 | 363 | 117 | 20 | 0 | 5 | 300 | 131 | 72 |
| Binary | 110100 | 11001101 | 11110011 | 1001111 | 10000 | 0 | 101 | 11000000 | 1011001 | 111010 |
Color Harmonies of #34CDF3
Complementary color
Monochromatic Colors of #34CDF3
Black with #34CDF3
Text Example
Text Example
White with #34CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDF3; }
p { color: rgb(52,205,243); }
H1.HeaderClassName
{
color: #34CDF3;
}
.AnyTagClassName
{
color: #34CDF3;
}
</style>
background-color css
<style>
a { background-color: #34CDF3; }
a { background-color: rgb(52,205,243); }
div.DivClassName
{
background-color: #34CDF3;
}
.BgClassName
{
background-color: #34CDF3;
}
</style>
border-color css
<style>
span { border-color: #34CDF3; }
span { border-color: rgb(52,205,243); }
td.TdClassName
{
border-color: #34CDF3;
}
.TagClassName
{
border-color: #34CDF3;
}
</style>