Shades of Summer Sky #34CBF1
Tints of Summer Sky #34CBF1
RGB
CMYK
RGB Variations
Color information
#34CBF1 (or 0x34CBF1) is known color: Summer Sky. HEX triplet: 34, CB and F1. RGB value is (52,203,241). Sum of RGB (Red+Green+Blue) = 52+203+241=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #34CBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CBF1 is #CB340E. Grayscale: #A1A1A1. Windows color (decimal): -13317135 or 15846196. OLE color: 15846196.
HSL color Cylindrical-coordinate representation of color #34CBF1: hue angle of 192.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34CBF1 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 203 | 241 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.05 |
| HSL | 192.06º | 0.87% | 0.57% | - |
| HSV(B) | 192.06º | 0.78% | 0.95% | - |
| XYZ | 38.65 | 49.79 | 90.79 | - |
| YUV | 162.18 | 172.47 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 241 | 0.78 | 0.16 | 0 | 0.05 | 192.06 | 0.87 | 0.57 |
| Hex | 34 | CB | F1 | 4E | 10 | 0 | 5 | C0 | 57 | 39 |
| Octal | 64 | 313 | 361 | 116 | 20 | 0 | 5 | 300 | 127 | 71 |
| Binary | 110100 | 11001011 | 11110001 | 1001110 | 10000 | 0 | 101 | 11000000 | 1010111 | 111001 |
Color Harmonies of #34CBF1
Complementary color
Monochromatic Colors of #34CBF1
Black with #34CBF1
Text Example
Text Example
White with #34CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBF1; }
p { color: rgb(52,203,241); }
H1.HeaderClassName
{
color: #34CBF1;
}
.AnyTagClassName
{
color: #34CBF1;
}
</style>
background-color css
<style>
a { background-color: #34CBF1; }
a { background-color: rgb(52,203,241); }
div.DivClassName
{
background-color: #34CBF1;
}
.BgClassName
{
background-color: #34CBF1;
}
</style>
border-color css
<style>
span { border-color: #34CBF1; }
span { border-color: rgb(52,203,241); }
td.TdClassName
{
border-color: #34CBF1;
}
.TagClassName
{
border-color: #34CBF1;
}
</style>