Shades of Summer Sky #2DB3FA
Tints of Summer Sky #2DB3FA
RGB
CMYK
RGB Variations
Color information
#2DB3FA (or 0x2DB3FA) is known color: Summer Sky. HEX triplet: 2D, B3 and FA. RGB value is (45,179,250). Sum of RGB (Red+Green+Blue) = 45+179+250=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB3FA is #D24C05. Grayscale: #929292. Windows color (decimal): -13782022 or 16429869. OLE color: 16429869.
HSL color Cylindrical-coordinate representation of color #2DB3FA: hue angle of 200.78º 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 #2DB3FA is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 179 | 250 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.02 |
| HSL | 200.78º | 0.95% | 0.58% | - |
| HSV(B) | 200.78º | 0.82% | 0.98% | - |
| XYZ | 34.46 | 39.7 | 96.29 | - |
| YUV | 147.03 | 186.11 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 250 | 0.82 | 0.28 | 0 | 0.02 | 200.78 | 0.95 | 0.58 |
| Hex | 2D | B3 | FA | 52 | 1C | 0 | 2 | C9 | 5F | 3A |
| Octal | 55 | 263 | 372 | 122 | 34 | 0 | 2 | 311 | 137 | 72 |
| Binary | 101101 | 10110011 | 11111010 | 1010010 | 11100 | 0 | 10 | 11001001 | 1011111 | 111010 |
Color Harmonies of #2DB3FA
Complementary color
Monochromatic Colors of #2DB3FA
Black with #2DB3FA
Text Example
Text Example
White with #2DB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB3FA; }
p { color: rgb(45,179,250); }
H1.HeaderClassName
{
color: #2DB3FA;
}
.AnyTagClassName
{
color: #2DB3FA;
}
</style>
background-color css
<style>
a { background-color: #2DB3FA; }
a { background-color: rgb(45,179,250); }
div.DivClassName
{
background-color: #2DB3FA;
}
.BgClassName
{
background-color: #2DB3FA;
}
</style>
border-color css
<style>
span { border-color: #2DB3FA; }
span { border-color: rgb(45,179,250); }
td.TdClassName
{
border-color: #2DB3FA;
}
.TagClassName
{
border-color: #2DB3FA;
}
</style>