Shades of Summer Sky #2DB8FA
Tints of Summer Sky #2DB8FA
RGB
CMYK
RGB Variations
Color information
#2DB8FA (or 0x2DB8FA) is known color: Summer Sky. HEX triplet: 2D, B8 and FA. RGB value is (45,184,250). Sum of RGB (Red+Green+Blue) = 45+184+250=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB8FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB8FA is #D24705. Grayscale: #959595. Windows color (decimal): -13780742 or 16431149. OLE color: 16431149.
HSL color Cylindrical-coordinate representation of color #2DB8FA: hue angle of 199.32º 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 #2DB8FA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 184 | 250 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.02 |
| HSL | 199.32º | 0.95% | 0.58% | - |
| HSV(B) | 199.32º | 0.82% | 0.98% | - |
| XYZ | 35.48 | 41.74 | 96.63 | - |
| YUV | 149.96 | 184.45 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 250 | 0.82 | 0.26 | 0 | 0.02 | 199.32 | 0.95 | 0.58 |
| Hex | 2D | B8 | FA | 52 | 1A | 0 | 2 | C7 | 5F | 3A |
| Octal | 55 | 270 | 372 | 122 | 32 | 0 | 2 | 307 | 137 | 72 |
| Binary | 101101 | 10111000 | 11111010 | 1010010 | 11010 | 0 | 10 | 11000111 | 1011111 | 111010 |
Color Harmonies of #2DB8FA
Complementary color
Monochromatic Colors of #2DB8FA
Black with #2DB8FA
Text Example
Text Example
White with #2DB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB8FA; }
p { color: rgb(45,184,250); }
H1.HeaderClassName
{
color: #2DB8FA;
}
.AnyTagClassName
{
color: #2DB8FA;
}
</style>
background-color css
<style>
a { background-color: #2DB8FA; }
a { background-color: rgb(45,184,250); }
div.DivClassName
{
background-color: #2DB8FA;
}
.BgClassName
{
background-color: #2DB8FA;
}
</style>
border-color css
<style>
span { border-color: #2DB8FA; }
span { border-color: rgb(45,184,250); }
td.TdClassName
{
border-color: #2DB8FA;
}
.TagClassName
{
border-color: #2DB8FA;
}
</style>