Shades of Summer Sky #2FBDF2
Tints of Summer Sky #2FBDF2
RGB
CMYK
RGB Variations
Color information
#2FBDF2 (or 0x2FBDF2) is known color: Summer Sky. HEX triplet: 2F, BD and F2. RGB value is (47,189,242). Sum of RGB (Red+Green+Blue) = 47+189+242=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #2FBDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBDF2 is #D0420D. Grayscale: #989898. Windows color (decimal): -13648398 or 15908143. OLE color: 15908143.
HSL color Cylindrical-coordinate representation of color #2FBDF2: hue angle of 196.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBDF2 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 189 | 242 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.05 |
| HSL | 196.31º | 0.88% | 0.57% | - |
| HSV(B) | 196.31º | 0.81% | 0.95% | - |
| XYZ | 35.4 | 43.41 | 90.52 | - |
| YUV | 152.58 | 178.46 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 242 | 0.81 | 0.22 | 0 | 0.05 | 196.31 | 0.88 | 0.57 |
| Hex | 2F | BD | F2 | 51 | 16 | 0 | 5 | C4 | 58 | 39 |
| Octal | 57 | 275 | 362 | 121 | 26 | 0 | 5 | 304 | 130 | 71 |
| Binary | 101111 | 10111101 | 11110010 | 1010001 | 10110 | 0 | 101 | 11000100 | 1011000 | 111001 |
Color Harmonies of #2FBDF2
Complementary color
Monochromatic Colors of #2FBDF2
Black with #2FBDF2
Text Example
Text Example
White with #2FBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDF2; }
p { color: rgb(47,189,242); }
H1.HeaderClassName
{
color: #2FBDF2;
}
.AnyTagClassName
{
color: #2FBDF2;
}
</style>
background-color css
<style>
a { background-color: #2FBDF2; }
a { background-color: rgb(47,189,242); }
div.DivClassName
{
background-color: #2FBDF2;
}
.BgClassName
{
background-color: #2FBDF2;
}
</style>
border-color css
<style>
span { border-color: #2FBDF2; }
span { border-color: rgb(47,189,242); }
td.TdClassName
{
border-color: #2FBDF2;
}
.TagClassName
{
border-color: #2FBDF2;
}
</style>