Shades of Summer Sky #34ADF3
Tints of Summer Sky #34ADF3
RGB
CMYK
RGB Variations
Color information
#34ADF3 (or 0x34ADF3) is known color: Summer Sky. HEX triplet: 34, AD and F3. RGB value is (52,173,243). Sum of RGB (Red+Green+Blue) = 52+173+243=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #34ADF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ADF3 is #CB520C. Grayscale: #909090. Windows color (decimal): -13324813 or 15969588. OLE color: 15969588.
HSL color Cylindrical-coordinate representation of color #34ADF3: hue angle of 201.99º 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 #34ADF3 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 173 | 243 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.05 |
| HSL | 201.99º | 0.89% | 0.58% | - |
| HSV(B) | 201.99º | 0.79% | 0.95% | - |
| XYZ | 32.54 | 37.09 | 90.24 | - |
| YUV | 144.8 | 183.41 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 243 | 0.79 | 0.29 | 0 | 0.05 | 201.99 | 0.89 | 0.58 |
| Hex | 34 | AD | F3 | 4F | 1D | 0 | 5 | CA | 59 | 3A |
| Octal | 64 | 255 | 363 | 117 | 35 | 0 | 5 | 312 | 131 | 72 |
| Binary | 110100 | 10101101 | 11110011 | 1001111 | 11101 | 0 | 101 | 11001010 | 1011001 | 111010 |
Color Harmonies of #34ADF3
Complementary color
Monochromatic Colors of #34ADF3
Black with #34ADF3
Text Example
Text Example
White with #34ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADF3; }
p { color: rgb(52,173,243); }
H1.HeaderClassName
{
color: #34ADF3;
}
.AnyTagClassName
{
color: #34ADF3;
}
</style>
background-color css
<style>
a { background-color: #34ADF3; }
a { background-color: rgb(52,173,243); }
div.DivClassName
{
background-color: #34ADF3;
}
.BgClassName
{
background-color: #34ADF3;
}
</style>
border-color css
<style>
span { border-color: #34ADF3; }
span { border-color: rgb(52,173,243); }
td.TdClassName
{
border-color: #34ADF3;
}
.TagClassName
{
border-color: #34ADF3;
}
</style>