Shades of Summer Sky #34AFCB
Tints of Summer Sky #34AFCB
RGB
CMYK
RGB Variations
Color information
#34AFCB (or 0x34AFCB) is known color: Summer Sky. HEX triplet: 34, AF and CB. RGB value is (52,175,203). Sum of RGB (Red+Green+Blue) = 52+175+203=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #34AFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFCB is #CB5034. Grayscale: #8D8D8D. Windows color (decimal): -13324341 or 13348660. OLE color: 13348660.
HSL color Cylindrical-coordinate representation of color #34AFCB: hue angle of 191.13º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34AFCB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 175 | 203 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.20 |
| HSL | 191.13º | 0.59% | 0.5% | - |
| HSV(B) | 191.13º | 0.74% | 0.8% | - |
| XYZ | 27.53 | 35.7 | 61.94 | - |
| YUV | 141.42 | 162.75 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 203 | 0.74 | 0.14 | 0 | 0.20 | 191.13 | 0.59 | 0.5 |
| Hex | 34 | AF | CB | 4A | E | 0 | 14 | BF | 3B | 32 |
| Octal | 64 | 257 | 313 | 112 | 16 | 0 | 24 | 277 | 73 | 62 |
| Binary | 110100 | 10101111 | 11001011 | 1001010 | 1110 | 0 | 10100 | 10111111 | 111011 | 110010 |
Color Harmonies of #34AFCB
Complementary color
Monochromatic Colors of #34AFCB
Black with #34AFCB
Text Example
Text Example
White with #34AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFCB; }
p { color: rgb(52,175,203); }
H1.HeaderClassName
{
color: #34AFCB;
}
.AnyTagClassName
{
color: #34AFCB;
}
</style>
background-color css
<style>
a { background-color: #34AFCB; }
a { background-color: rgb(52,175,203); }
div.DivClassName
{
background-color: #34AFCB;
}
.BgClassName
{
background-color: #34AFCB;
}
</style>
border-color css
<style>
span { border-color: #34AFCB; }
span { border-color: rgb(52,175,203); }
td.TdClassName
{
border-color: #34AFCB;
}
.TagClassName
{
border-color: #34AFCB;
}
</style>