Shades of Summer Sky #2DCBFA
Tints of Summer Sky #2DCBFA
RGB
CMYK
RGB Variations
Color information
#2DCBFA (or 0x2DCBFA) is known color: Summer Sky. HEX triplet: 2D, CB and FA. RGB value is (45,203,250). Sum of RGB (Red+Green+Blue) = 45+203+250=498 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.04% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DCBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCBFA is #D23405. Grayscale: #A0A0A0. Windows color (decimal): -13775878 or 16436013. OLE color: 16436013.
HSL color Cylindrical-coordinate representation of color #2DCBFA: hue angle of 193.76º 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 #2DCBFA is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 203 | 250 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.02 |
| HSL | 193.76º | 0.95% | 0.58% | - |
| HSV(B) | 193.76º | 0.82% | 0.98% | - |
| XYZ | 39.69 | 50.17 | 98.03 | - |
| YUV | 161.12 | 178.15 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 250 | 0.82 | 0.19 | 0 | 0.02 | 193.76 | 0.95 | 0.58 |
| Hex | 2D | CB | FA | 52 | 13 | 0 | 2 | C2 | 5F | 3A |
| Octal | 55 | 313 | 372 | 122 | 23 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101101 | 11001011 | 11111010 | 1010010 | 10011 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2DCBFA
Complementary color
Monochromatic Colors of #2DCBFA
Black with #2DCBFA
Text Example
Text Example
White with #2DCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBFA; }
p { color: rgb(45,203,250); }
H1.HeaderClassName
{
color: #2DCBFA;
}
.AnyTagClassName
{
color: #2DCBFA;
}
</style>
background-color css
<style>
a { background-color: #2DCBFA; }
a { background-color: rgb(45,203,250); }
div.DivClassName
{
background-color: #2DCBFA;
}
.BgClassName
{
background-color: #2DCBFA;
}
</style>
border-color css
<style>
span { border-color: #2DCBFA; }
span { border-color: rgb(45,203,250); }
td.TdClassName
{
border-color: #2DCBFA;
}
.TagClassName
{
border-color: #2DCBFA;
}
</style>