Shades of Summer Sky #2FBDDC
Tints of Summer Sky #2FBDDC
RGB
CMYK
RGB Variations
Color information
#2FBDDC (or 0x2FBDDC) is known color: Summer Sky. HEX triplet: 2F, BD and DC. RGB value is (47,189,220). Sum of RGB (Red+Green+Blue) = 47+189+220=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBDDC is #D04223. Grayscale: #959595. Windows color (decimal): -13648420 or 14466351. OLE color: 14466351.
HSL color Cylindrical-coordinate representation of color #2FBDDC: hue angle of 190.75º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBDDC is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 189 | 220 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.14 |
| HSL | 190.75º | 0.71% | 0.52% | - |
| HSV(B) | 190.75º | 0.79% | 0.86% | - |
| XYZ | 32.29 | 42.17 | 74.15 | - |
| YUV | 150.08 | 167.46 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 220 | 0.79 | 0.14 | 0 | 0.14 | 190.75 | 0.71 | 0.52 |
| Hex | 2F | BD | DC | 4F | E | 0 | E | BF | 47 | 34 |
| Octal | 57 | 275 | 334 | 117 | 16 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101111 | 10111101 | 11011100 | 1001111 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2FBDDC
Complementary color
Monochromatic Colors of #2FBDDC
Black with #2FBDDC
Text Example
Text Example
White with #2FBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDDC; }
p { color: rgb(47,189,220); }
H1.HeaderClassName
{
color: #2FBDDC;
}
.AnyTagClassName
{
color: #2FBDDC;
}
</style>
background-color css
<style>
a { background-color: #2FBDDC; }
a { background-color: rgb(47,189,220); }
div.DivClassName
{
background-color: #2FBDDC;
}
.BgClassName
{
background-color: #2FBDDC;
}
</style>
border-color css
<style>
span { border-color: #2FBDDC; }
span { border-color: rgb(47,189,220); }
td.TdClassName
{
border-color: #2FBDDC;
}
.TagClassName
{
border-color: #2FBDDC;
}
</style>