Shades of Summer Sky #34CBF4
Tints of Summer Sky #34CBF4
RGB
CMYK
RGB Variations
Color information
#34CBF4 (or 0x34CBF4) is known color: Summer Sky. HEX triplet: 34, CB and F4. RGB value is (52,203,244). Sum of RGB (Red+Green+Blue) = 52+203+244=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #34CBF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CBF4 is #CB340B. Grayscale: #A2A2A2. Windows color (decimal): -13317132 or 16042804. OLE color: 16042804.
HSL color Cylindrical-coordinate representation of color #34CBF4: hue angle of 192.81º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CBF4 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 203 | 244 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.04 |
| HSL | 192.81º | 0.9% | 0.58% | - |
| HSV(B) | 192.81º | 0.79% | 0.96% | - |
| XYZ | 39.1 | 49.97 | 93.17 | - |
| YUV | 162.53 | 173.97 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 244 | 0.79 | 0.17 | 0 | 0.04 | 192.81 | 0.9 | 0.58 |
| Hex | 34 | CB | F4 | 4F | 11 | 0 | 4 | C1 | 5A | 3A |
| Octal | 64 | 313 | 364 | 117 | 21 | 0 | 4 | 301 | 132 | 72 |
| Binary | 110100 | 11001011 | 11110100 | 1001111 | 10001 | 0 | 100 | 11000001 | 1011010 | 111010 |
Color Harmonies of #34CBF4
Complementary color
Monochromatic Colors of #34CBF4
Black with #34CBF4
Text Example
Text Example
White with #34CBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBF4; }
p { color: rgb(52,203,244); }
H1.HeaderClassName
{
color: #34CBF4;
}
.AnyTagClassName
{
color: #34CBF4;
}
</style>
background-color css
<style>
a { background-color: #34CBF4; }
a { background-color: rgb(52,203,244); }
div.DivClassName
{
background-color: #34CBF4;
}
.BgClassName
{
background-color: #34CBF4;
}
</style>
border-color css
<style>
span { border-color: #34CBF4; }
span { border-color: rgb(52,203,244); }
td.TdClassName
{
border-color: #34CBF4;
}
.TagClassName
{
border-color: #34CBF4;
}
</style>