Shades of Summer Sky #2DCBFF
Tints of Summer Sky #2DCBFF
RGB
CMYK
RGB Variations
Color information
#2DCBFF (or 0x2DCBFF) is known color: Summer Sky. HEX triplet: 2D, CB and FF. RGB value is (45,203,255). Sum of RGB (Red+Green+Blue) = 45+203+255=503 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.95% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DCBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCBFF is #D23400. Grayscale: #A1A1A1. Windows color (decimal): -13775873 or 16763693. OLE color: 16763693.
HSL color Cylindrical-coordinate representation of color #2DCBFF: hue angle of 194.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCBFF is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 203 | 255 | - |
| CMYK | 0.82 | 0.20 | 0 | 0 |
| HSL | 194.86º | 1% | 0.59% | - |
| HSV(B) | 194.86º | 0.82% | 1% | - |
| XYZ | 40.49 | 50.49 | 102.22 | - |
| YUV | 161.69 | 180.65 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 255 | 0.82 | 0.20 | 0 | 0 | 194.86 | 1 | 0.59 |
| Hex | 2D | CB | FF | 52 | 14 | 0 | 0 | C3 | 64 | 3B |
| Octal | 55 | 313 | 377 | 122 | 24 | 0 | 0 | 303 | 144 | 73 |
| Binary | 101101 | 11001011 | 11111111 | 1010010 | 10100 | 0 | 0 | 11000011 | 1100100 | 111011 |
Color Harmonies of #2DCBFF
Complementary color
Monochromatic Colors of #2DCBFF
Black with #2DCBFF
Text Example
Text Example
White with #2DCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBFF; }
p { color: rgb(45,203,255); }
H1.HeaderClassName
{
color: #2DCBFF;
}
.AnyTagClassName
{
color: #2DCBFF;
}
</style>
background-color css
<style>
a { background-color: #2DCBFF; }
a { background-color: rgb(45,203,255); }
div.DivClassName
{
background-color: #2DCBFF;
}
.BgClassName
{
background-color: #2DCBFF;
}
</style>
border-color css
<style>
span { border-color: #2DCBFF; }
span { border-color: rgb(45,203,255); }
td.TdClassName
{
border-color: #2DCBFF;
}
.TagClassName
{
border-color: #2DCBFF;
}
</style>