Shades of Summer Sky #2DB9FB
Tints of Summer Sky #2DB9FB
RGB
CMYK
RGB Variations
Color information
#2DB9FB (or 0x2DB9FB) is known color: Summer Sky. HEX triplet: 2D, B9 and FB. RGB value is (45,185,251). Sum of RGB (Red+Green+Blue) = 45+185+251=481 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.36% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #2DB9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB9FB is #D24604. Grayscale: #969696. Windows color (decimal): -13780485 or 16496941. OLE color: 16496941.
HSL color Cylindrical-coordinate representation of color #2DB9FB: hue angle of 199.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB9FB is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 185 | 251 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.02 |
| HSL | 199.22º | 0.96% | 0.58% | - |
| HSV(B) | 199.22º | 0.82% | 0.98% | - |
| XYZ | 35.84 | 42.22 | 97.53 | - |
| YUV | 150.66 | 184.62 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 251 | 0.82 | 0.26 | 0 | 0.02 | 199.22 | 0.96 | 0.58 |
| Hex | 2D | B9 | FB | 52 | 1A | 0 | 2 | C7 | 60 | 3A |
| Octal | 55 | 271 | 373 | 122 | 32 | 0 | 2 | 307 | 140 | 72 |
| Binary | 101101 | 10111001 | 11111011 | 1010010 | 11010 | 0 | 10 | 11000111 | 1100000 | 111010 |
Color Harmonies of #2DB9FB
Complementary color
Monochromatic Colors of #2DB9FB
Black with #2DB9FB
Text Example
Text Example
White with #2DB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB9FB; }
p { color: rgb(45,185,251); }
H1.HeaderClassName
{
color: #2DB9FB;
}
.AnyTagClassName
{
color: #2DB9FB;
}
</style>
background-color css
<style>
a { background-color: #2DB9FB; }
a { background-color: rgb(45,185,251); }
div.DivClassName
{
background-color: #2DB9FB;
}
.BgClassName
{
background-color: #2DB9FB;
}
</style>
border-color css
<style>
span { border-color: #2DB9FB; }
span { border-color: rgb(45,185,251); }
td.TdClassName
{
border-color: #2DB9FB;
}
.TagClassName
{
border-color: #2DB9FB;
}
</style>