Shades of Summer Sky #2DB5FA
Tints of Summer Sky #2DB5FA
RGB
CMYK
RGB Variations
Color information
#2DB5FA (or 0x2DB5FA) is known color: Summer Sky. HEX triplet: 2D, B5 and FA. RGB value is (45,181,250). Sum of RGB (Red+Green+Blue) = 45+181+250=476 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.45% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB5FA is #D24A05. Grayscale: #939393. Windows color (decimal): -13781510 or 16430381. OLE color: 16430381.
HSL color Cylindrical-coordinate representation of color #2DB5FA: hue angle of 200.2º 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 #2DB5FA is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 181 | 250 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.02 |
| HSL | 200.2º | 0.95% | 0.58% | - |
| HSV(B) | 200.2º | 0.82% | 0.98% | - |
| XYZ | 34.86 | 40.51 | 96.42 | - |
| YUV | 148.2 | 185.44 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 250 | 0.82 | 0.28 | 0 | 0.02 | 200.2 | 0.95 | 0.58 |
| Hex | 2D | B5 | FA | 52 | 1C | 0 | 2 | C8 | 5F | 3A |
| Octal | 55 | 265 | 372 | 122 | 34 | 0 | 2 | 310 | 137 | 72 |
| Binary | 101101 | 10110101 | 11111010 | 1010010 | 11100 | 0 | 10 | 11001000 | 1011111 | 111010 |
Color Harmonies of #2DB5FA
Complementary color
Monochromatic Colors of #2DB5FA
Black with #2DB5FA
Text Example
Text Example
White with #2DB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB5FA; }
p { color: rgb(45,181,250); }
H1.HeaderClassName
{
color: #2DB5FA;
}
.AnyTagClassName
{
color: #2DB5FA;
}
</style>
background-color css
<style>
a { background-color: #2DB5FA; }
a { background-color: rgb(45,181,250); }
div.DivClassName
{
background-color: #2DB5FA;
}
.BgClassName
{
background-color: #2DB5FA;
}
</style>
border-color css
<style>
span { border-color: #2DB5FA; }
span { border-color: rgb(45,181,250); }
td.TdClassName
{
border-color: #2DB5FA;
}
.TagClassName
{
border-color: #2DB5FA;
}
</style>