Shades of Summer Sky #34CBDF
Tints of Summer Sky #34CBDF
RGB
CMYK
RGB Variations
Color information
#34CBDF (or 0x34CBDF) is known color: Summer Sky. HEX triplet: 34, CB and DF. RGB value is (52,203,223). Sum of RGB (Red+Green+Blue) = 52+203+223=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #34CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBDF is #CB3420. Grayscale: #9F9F9F. Windows color (decimal): -13317153 or 14666548. OLE color: 14666548.
HSL color Cylindrical-coordinate representation of color #34CBDF: hue angle of 187.02º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CBDF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 203 | 223 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.13 |
| HSL | 187.02º | 0.73% | 0.54% | - |
| HSV(B) | 187.02º | 0.77% | 0.87% | - |
| XYZ | 36.09 | 48.77 | 77.32 | - |
| YUV | 160.13 | 163.47 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 223 | 0.77 | 0.09 | 0 | 0.13 | 187.02 | 0.73 | 0.54 |
| Hex | 34 | CB | DF | 4D | 9 | 0 | D | BB | 49 | 36 |
| Octal | 64 | 313 | 337 | 115 | 11 | 0 | 15 | 273 | 111 | 66 |
| Binary | 110100 | 11001011 | 11011111 | 1001101 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110110 |
Color Harmonies of #34CBDF
Complementary color
Monochromatic Colors of #34CBDF
Black with #34CBDF
Text Example
Text Example
White with #34CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBDF; }
p { color: rgb(52,203,223); }
H1.HeaderClassName
{
color: #34CBDF;
}
.AnyTagClassName
{
color: #34CBDF;
}
</style>
background-color css
<style>
a { background-color: #34CBDF; }
a { background-color: rgb(52,203,223); }
div.DivClassName
{
background-color: #34CBDF;
}
.BgClassName
{
background-color: #34CBDF;
}
</style>
border-color css
<style>
span { border-color: #34CBDF; }
span { border-color: rgb(52,203,223); }
td.TdClassName
{
border-color: #34CBDF;
}
.TagClassName
{
border-color: #34CBDF;
}
</style>