Shades of Summer Sky #34CFFD
Tints of Summer Sky #34CFFD
RGB
CMYK
RGB Variations
Color information
#34CFFD (or 0x34CFFD) is known color: Summer Sky. HEX triplet: 34, CF and FD. RGB value is (52,207,253). Sum of RGB (Red+Green+Blue) = 52+207+253=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #34CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CFFD is #CB3002. Grayscale: #A5A5A5. Windows color (decimal): -13316099 or 16633652. OLE color: 16633652.
HSL color Cylindrical-coordinate representation of color #34CFFD: hue angle of 193.73º 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 #34CFFD is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 207 | 253 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.01 |
| HSL | 193.73º | 0.98% | 0.6% | - |
| HSV(B) | 193.73º | 0.79% | 0.99% | - |
| XYZ | 41.46 | 52.45 | 100.87 | - |
| YUV | 165.9 | 177.15 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 253 | 0.79 | 0.18 | 0 | 0.01 | 193.73 | 0.98 | 0.6 |
| Hex | 34 | CF | FD | 4F | 12 | 0 | 1 | C2 | 62 | 3C |
| Octal | 64 | 317 | 375 | 117 | 22 | 0 | 1 | 302 | 142 | 74 |
| Binary | 110100 | 11001111 | 11111101 | 1001111 | 10010 | 0 | 1 | 11000010 | 1100010 | 111100 |
Color Harmonies of #34CFFD
Complementary color
Monochromatic Colors of #34CFFD
Black with #34CFFD
Text Example
Text Example
White with #34CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFFD; }
p { color: rgb(52,207,253); }
H1.HeaderClassName
{
color: #34CFFD;
}
.AnyTagClassName
{
color: #34CFFD;
}
</style>
background-color css
<style>
a { background-color: #34CFFD; }
a { background-color: rgb(52,207,253); }
div.DivClassName
{
background-color: #34CFFD;
}
.BgClassName
{
background-color: #34CFFD;
}
</style>
border-color css
<style>
span { border-color: #34CFFD; }
span { border-color: rgb(52,207,253); }
td.TdClassName
{
border-color: #34CFFD;
}
.TagClassName
{
border-color: #34CFFD;
}
</style>