Shades of Summer Sky #34BFFD
Tints of Summer Sky #34BFFD
RGB
CMYK
RGB Variations
Color information
#34BFFD (or 0x34BFFD) is known color: Summer Sky. HEX triplet: 34, BF and FD. RGB value is (52,191,253). Sum of RGB (Red+Green+Blue) = 52+191+253=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #34BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFFD is #CB4002. Grayscale: #9C9C9C. Windows color (decimal): -13320195 or 16629556. OLE color: 16629556.
HSL color Cylindrical-coordinate representation of color #34BFFD: hue angle of 198.51º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34BFFD is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 191 | 253 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.01 |
| HSL | 198.51º | 0.98% | 0.6% | - |
| HSV(B) | 198.51º | 0.79% | 0.99% | - |
| XYZ | 37.78 | 45.08 | 99.64 | - |
| YUV | 156.51 | 182.45 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 253 | 0.79 | 0.25 | 0 | 0.01 | 198.51 | 0.98 | 0.6 |
| Hex | 34 | BF | FD | 4F | 19 | 0 | 1 | C7 | 62 | 3C |
| Octal | 64 | 277 | 375 | 117 | 31 | 0 | 1 | 307 | 142 | 74 |
| Binary | 110100 | 10111111 | 11111101 | 1001111 | 11001 | 0 | 1 | 11000111 | 1100010 | 111100 |
Color Harmonies of #34BFFD
Complementary color
Monochromatic Colors of #34BFFD
Black with #34BFFD
Text Example
Text Example
White with #34BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BFFD; }
p { color: rgb(52,191,253); }
H1.HeaderClassName
{
color: #34BFFD;
}
.AnyTagClassName
{
color: #34BFFD;
}
</style>
background-color css
<style>
a { background-color: #34BFFD; }
a { background-color: rgb(52,191,253); }
div.DivClassName
{
background-color: #34BFFD;
}
.BgClassName
{
background-color: #34BFFD;
}
</style>
border-color css
<style>
span { border-color: #34BFFD; }
span { border-color: rgb(52,191,253); }
td.TdClassName
{
border-color: #34BFFD;
}
.TagClassName
{
border-color: #34BFFD;
}
</style>