Shades of Summer Sky #2FBDDA
Tints of Summer Sky #2FBDDA
RGB
CMYK
RGB Variations
Color information
#2FBDDA (or 0x2FBDDA) is known color: Summer Sky. HEX triplet: 2F, BD and DA. RGB value is (47,189,218). Sum of RGB (Red+Green+Blue) = 47+189+218=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FBDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBDDA is #D04225. Grayscale: #959595. Windows color (decimal): -13648422 or 14335279. OLE color: 14335279.
HSL color Cylindrical-coordinate representation of color #2FBDDA: hue angle of 190.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBDDA is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 189 | 218 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.15 |
| HSL | 190.18º | 0.7% | 0.52% | - |
| HSV(B) | 190.18º | 0.78% | 0.85% | - |
| XYZ | 32.02 | 42.06 | 72.76 | - |
| YUV | 149.85 | 166.46 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 218 | 0.78 | 0.13 | 0 | 0.15 | 190.18 | 0.7 | 0.52 |
| Hex | 2F | BD | DA | 4E | D | 0 | F | BE | 46 | 34 |
| Octal | 57 | 275 | 332 | 116 | 15 | 0 | 17 | 276 | 106 | 64 |
| Binary | 101111 | 10111101 | 11011010 | 1001110 | 1101 | 0 | 1111 | 10111110 | 1000110 | 110100 |
Color Harmonies of #2FBDDA
Complementary color
Monochromatic Colors of #2FBDDA
Black with #2FBDDA
Text Example
Text Example
White with #2FBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDDA; }
p { color: rgb(47,189,218); }
H1.HeaderClassName
{
color: #2FBDDA;
}
.AnyTagClassName
{
color: #2FBDDA;
}
</style>
background-color css
<style>
a { background-color: #2FBDDA; }
a { background-color: rgb(47,189,218); }
div.DivClassName
{
background-color: #2FBDDA;
}
.BgClassName
{
background-color: #2FBDDA;
}
</style>
border-color css
<style>
span { border-color: #2FBDDA; }
span { border-color: rgb(47,189,218); }
td.TdClassName
{
border-color: #2FBDDA;
}
.TagClassName
{
border-color: #2FBDDA;
}
</style>