Shades of Summer Sky #2DB9FA
Tints of Summer Sky #2DB9FA
RGB
CMYK
RGB Variations
Color information
#2DB9FA (or 0x2DB9FA) is known color: Summer Sky. HEX triplet: 2D, B9 and FA. RGB value is (45,185,250). Sum of RGB (Red+Green+Blue) = 45+185+250=480 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.38% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB9FA is #D24605. Grayscale: #969696. Windows color (decimal): -13780486 or 16431405. OLE color: 16431405.
HSL color Cylindrical-coordinate representation of color #2DB9FA: hue angle of 199.02º degrees, saturation: 0.95, 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 #2DB9FA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 185 | 250 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.02 |
| HSL | 199.02º | 0.95% | 0.58% | - |
| HSV(B) | 199.02º | 0.82% | 0.98% | - |
| XYZ | 35.69 | 42.16 | 96.7 | - |
| YUV | 150.55 | 184.12 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 250 | 0.82 | 0.26 | 0 | 0.02 | 199.02 | 0.95 | 0.58 |
| Hex | 2D | B9 | FA | 52 | 1A | 0 | 2 | C7 | 5F | 3A |
| Octal | 55 | 271 | 372 | 122 | 32 | 0 | 2 | 307 | 137 | 72 |
| Binary | 101101 | 10111001 | 11111010 | 1010010 | 11010 | 0 | 10 | 11000111 | 1011111 | 111010 |
Color Harmonies of #2DB9FA
Complementary color
Monochromatic Colors of #2DB9FA
Black with #2DB9FA
Text Example
Text Example
White with #2DB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB9FA; }
p { color: rgb(45,185,250); }
H1.HeaderClassName
{
color: #2DB9FA;
}
.AnyTagClassName
{
color: #2DB9FA;
}
</style>
background-color css
<style>
a { background-color: #2DB9FA; }
a { background-color: rgb(45,185,250); }
div.DivClassName
{
background-color: #2DB9FA;
}
.BgClassName
{
background-color: #2DB9FA;
}
</style>
border-color css
<style>
span { border-color: #2DB9FA; }
span { border-color: rgb(45,185,250); }
td.TdClassName
{
border-color: #2DB9FA;
}
.TagClassName
{
border-color: #2DB9FA;
}
</style>