Shades of Summer Sky #2DB0FA
Tints of Summer Sky #2DB0FA
RGB
CMYK
RGB Variations
Color information
#2DB0FA (or 0x2DB0FA) is known color: Summer Sky. HEX triplet: 2D, B0 and FA. RGB value is (45,176,250). Sum of RGB (Red+Green+Blue) = 45+176+250=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB0FA is #D24F05. Grayscale: #909090. Windows color (decimal): -13782790 or 16429101. OLE color: 16429101.
HSL color Cylindrical-coordinate representation of color #2DB0FA: hue angle of 201.66º 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 #2DB0FA is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 176 | 250 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.02 |
| HSL | 201.66º | 0.95% | 0.58% | - |
| HSV(B) | 201.66º | 0.82% | 0.98% | - |
| XYZ | 33.86 | 38.51 | 96.09 | - |
| YUV | 145.27 | 187.1 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 250 | 0.82 | 0.30 | 0 | 0.02 | 201.66 | 0.95 | 0.58 |
| Hex | 2D | B0 | FA | 52 | 1E | 0 | 2 | CA | 5F | 3A |
| Octal | 55 | 260 | 372 | 122 | 36 | 0 | 2 | 312 | 137 | 72 |
| Binary | 101101 | 10110000 | 11111010 | 1010010 | 11110 | 0 | 10 | 11001010 | 1011111 | 111010 |
Color Harmonies of #2DB0FA
Complementary color
Monochromatic Colors of #2DB0FA
Black with #2DB0FA
Text Example
Text Example
White with #2DB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB0FA; }
p { color: rgb(45,176,250); }
H1.HeaderClassName
{
color: #2DB0FA;
}
.AnyTagClassName
{
color: #2DB0FA;
}
</style>
background-color css
<style>
a { background-color: #2DB0FA; }
a { background-color: rgb(45,176,250); }
div.DivClassName
{
background-color: #2DB0FA;
}
.BgClassName
{
background-color: #2DB0FA;
}
</style>
border-color css
<style>
span { border-color: #2DB0FA; }
span { border-color: rgb(45,176,250); }
td.TdClassName
{
border-color: #2DB0FA;
}
.TagClassName
{
border-color: #2DB0FA;
}
</style>