Shades of Summer Sky #34DAFF
Tints of Summer Sky #34DAFF
RGB
CMYK
RGB Variations
Color information
#34DAFF (or 0x34DAFF) is known color: Summer Sky. HEX triplet: 34, DA and FF. RGB value is (52,218,255). Sum of RGB (Red+Green+Blue) = 52+218+255=525 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.90% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #34DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DAFF is #CB2500. Grayscale: #ACACAC. Windows color (decimal): -13313281 or 16767540. OLE color: 16767540.
HSL color Cylindrical-coordinate representation of color #34DAFF: hue angle of 190.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34DAFF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 218 | 255 | - |
| CMYK | 0.80 | 0.15 | 0 | 0 |
| HSL | 190.94º | 1% | 0.6% | - |
| HSV(B) | 190.94º | 0.8% | 1% | - |
| XYZ | 44.54 | 58.09 | 103.47 | - |
| YUV | 172.58 | 174.5 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 218 | 255 | 0.80 | 0.15 | 0 | 0 | 190.94 | 1 | 0.6 |
| Hex | 34 | DA | FF | 50 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 64 | 332 | 377 | 120 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110100 | 11011010 | 11111111 | 1010000 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #34DAFF
Complementary color
Monochromatic Colors of #34DAFF
Black with #34DAFF
Text Example
Text Example
White with #34DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DAFF; }
p { color: rgb(52,218,255); }
H1.HeaderClassName
{
color: #34DAFF;
}
.AnyTagClassName
{
color: #34DAFF;
}
</style>
background-color css
<style>
a { background-color: #34DAFF; }
a { background-color: rgb(52,218,255); }
div.DivClassName
{
background-color: #34DAFF;
}
.BgClassName
{
background-color: #34DAFF;
}
</style>
border-color css
<style>
span { border-color: #34DAFF; }
span { border-color: rgb(52,218,255); }
td.TdClassName
{
border-color: #34DAFF;
}
.TagClassName
{
border-color: #34DAFF;
}
</style>