Shades of Summer Sky #2DBEF3
Tints of Summer Sky #2DBEF3
RGB
CMYK
RGB Variations
Color information
#2DBEF3 (or 0x2DBEF3) is known color: Summer Sky. HEX triplet: 2D, BE and F3. RGB value is (45,190,243). Sum of RGB (Red+Green+Blue) = 45+190+243=478 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.41% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #2DBEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBEF3 is #D2410C. Grayscale: #989898. Windows color (decimal): -13779213 or 15973933. OLE color: 15973933.
HSL color Cylindrical-coordinate representation of color #2DBEF3: hue angle of 196.06º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBEF3 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 190 | 243 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.05 |
| HSL | 196.06º | 0.89% | 0.56% | - |
| HSV(B) | 196.06º | 0.81% | 0.95% | - |
| XYZ | 35.67 | 43.86 | 91.38 | - |
| YUV | 152.69 | 178.96 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 243 | 0.81 | 0.22 | 0 | 0.05 | 196.06 | 0.89 | 0.56 |
| Hex | 2D | BE | F3 | 51 | 16 | 0 | 5 | C4 | 59 | 38 |
| Octal | 55 | 276 | 363 | 121 | 26 | 0 | 5 | 304 | 131 | 70 |
| Binary | 101101 | 10111110 | 11110011 | 1010001 | 10110 | 0 | 101 | 11000100 | 1011001 | 111000 |
Color Harmonies of #2DBEF3
Complementary color
Monochromatic Colors of #2DBEF3
Black with #2DBEF3
Text Example
Text Example
White with #2DBEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEF3; }
p { color: rgb(45,190,243); }
H1.HeaderClassName
{
color: #2DBEF3;
}
.AnyTagClassName
{
color: #2DBEF3;
}
</style>
background-color css
<style>
a { background-color: #2DBEF3; }
a { background-color: rgb(45,190,243); }
div.DivClassName
{
background-color: #2DBEF3;
}
.BgClassName
{
background-color: #2DBEF3;
}
</style>
border-color css
<style>
span { border-color: #2DBEF3; }
span { border-color: rgb(45,190,243); }
td.TdClassName
{
border-color: #2DBEF3;
}
.TagClassName
{
border-color: #2DBEF3;
}
</style>