Shades of Summer Sky #2599D2
Tints of Summer Sky #2599D2
RGB
CMYK
RGB Variations
Color information
#2599D2 (or 0x2599D2) is known color: Summer Sky. HEX triplet: 25, 99 and D2. RGB value is (37,153,210). Sum of RGB (Red+Green+Blue) = 37+153+210=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #2599D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2599D2 is #DA662D. Grayscale: #7C7C7C. Windows color (decimal): -14313006 or 13801765. OLE color: 13801765.
HSL color Cylindrical-coordinate representation of color #2599D2: hue angle of 199.77º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2599D2 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 153 | 210 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.18 |
| HSL | 199.77º | 0.7% | 0.48% | - |
| HSV(B) | 199.77º | 0.82% | 0.82% | - |
| XYZ | 23.79 | 27.83 | 65.09 | - |
| YUV | 124.81 | 176.07 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 210 | 0.82 | 0.27 | 0 | 0.18 | 199.77 | 0.7 | 0.48 |
| Hex | 25 | 99 | D2 | 52 | 1B | 0 | 12 | C8 | 46 | 30 |
| Octal | 45 | 231 | 322 | 122 | 33 | 0 | 22 | 310 | 106 | 60 |
| Binary | 100101 | 10011001 | 11010010 | 1010010 | 11011 | 0 | 10010 | 11001000 | 1000110 | 110000 |
Color Harmonies of #2599D2
Complementary color
Monochromatic Colors of #2599D2
Black with #2599D2
Text Example
Text Example
White with #2599D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2599D2; }
p { color: rgb(37,153,210); }
H1.HeaderClassName
{
color: #2599D2;
}
.AnyTagClassName
{
color: #2599D2;
}
</style>
background-color css
<style>
a { background-color: #2599D2; }
a { background-color: rgb(37,153,210); }
div.DivClassName
{
background-color: #2599D2;
}
.BgClassName
{
background-color: #2599D2;
}
</style>
border-color css
<style>
span { border-color: #2599D2; }
span { border-color: rgb(37,153,210); }
td.TdClassName
{
border-color: #2599D2;
}
.TagClassName
{
border-color: #2599D2;
}
</style>