Shades of Summer Sky #2DB2FA
Tints of Summer Sky #2DB2FA
RGB
CMYK
RGB Variations
Color information
#2DB2FA (or 0x2DB2FA) is known color: Summer Sky. HEX triplet: 2D, B2 and FA. RGB value is (45,178,250). Sum of RGB (Red+Green+Blue) = 45+178+250=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB2FA is #D24D05. Grayscale: #929292. Windows color (decimal): -13782278 or 16429613. OLE color: 16429613.
HSL color Cylindrical-coordinate representation of color #2DB2FA: hue angle of 201.07º 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 #2DB2FA is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 178 | 250 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.02 |
| HSL | 201.07º | 0.95% | 0.58% | - |
| HSV(B) | 201.07º | 0.82% | 0.98% | - |
| XYZ | 34.26 | 39.3 | 96.22 | - |
| YUV | 146.44 | 186.44 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 250 | 0.82 | 0.29 | 0 | 0.02 | 201.07 | 0.95 | 0.58 |
| Hex | 2D | B2 | FA | 52 | 1D | 0 | 2 | C9 | 5F | 3A |
| Octal | 55 | 262 | 372 | 122 | 35 | 0 | 2 | 311 | 137 | 72 |
| Binary | 101101 | 10110010 | 11111010 | 1010010 | 11101 | 0 | 10 | 11001001 | 1011111 | 111010 |
Color Harmonies of #2DB2FA
Complementary color
Monochromatic Colors of #2DB2FA
Black with #2DB2FA
Text Example
Text Example
White with #2DB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB2FA; }
p { color: rgb(45,178,250); }
H1.HeaderClassName
{
color: #2DB2FA;
}
.AnyTagClassName
{
color: #2DB2FA;
}
</style>
background-color css
<style>
a { background-color: #2DB2FA; }
a { background-color: rgb(45,178,250); }
div.DivClassName
{
background-color: #2DB2FA;
}
.BgClassName
{
background-color: #2DB2FA;
}
</style>
border-color css
<style>
span { border-color: #2DB2FA; }
span { border-color: rgb(45,178,250); }
td.TdClassName
{
border-color: #2DB2FA;
}
.TagClassName
{
border-color: #2DB2FA;
}
</style>