Shades of Summer Sky #2DB4FA
Tints of Summer Sky #2DB4FA
RGB
CMYK
RGB Variations
Color information
#2DB4FA (or 0x2DB4FA) is known color: Summer Sky. HEX triplet: 2D, B4 and FA. RGB value is (45,180,250). Sum of RGB (Red+Green+Blue) = 45+180+250=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB4FA is #D24B05. Grayscale: #939393. Windows color (decimal): -13781766 or 16430125. OLE color: 16430125.
HSL color Cylindrical-coordinate representation of color #2DB4FA: hue angle of 200.49º 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 #2DB4FA is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 180 | 250 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.02 |
| HSL | 200.49º | 0.95% | 0.58% | - |
| HSV(B) | 200.49º | 0.82% | 0.98% | - |
| XYZ | 34.66 | 40.1 | 96.36 | - |
| YUV | 147.62 | 185.77 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 250 | 0.82 | 0.28 | 0 | 0.02 | 200.49 | 0.95 | 0.58 |
| Hex | 2D | B4 | FA | 52 | 1C | 0 | 2 | C8 | 5F | 3A |
| Octal | 55 | 264 | 372 | 122 | 34 | 0 | 2 | 310 | 137 | 72 |
| Binary | 101101 | 10110100 | 11111010 | 1010010 | 11100 | 0 | 10 | 11001000 | 1011111 | 111010 |
Color Harmonies of #2DB4FA
Complementary color
Monochromatic Colors of #2DB4FA
Black with #2DB4FA
Text Example
Text Example
White with #2DB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB4FA; }
p { color: rgb(45,180,250); }
H1.HeaderClassName
{
color: #2DB4FA;
}
.AnyTagClassName
{
color: #2DB4FA;
}
</style>
background-color css
<style>
a { background-color: #2DB4FA; }
a { background-color: rgb(45,180,250); }
div.DivClassName
{
background-color: #2DB4FA;
}
.BgClassName
{
background-color: #2DB4FA;
}
</style>
border-color css
<style>
span { border-color: #2DB4FA; }
span { border-color: rgb(45,180,250); }
td.TdClassName
{
border-color: #2DB4FA;
}
.TagClassName
{
border-color: #2DB4FA;
}
</style>