Shades of Summer Sky #2692D4
Tints of Summer Sky #2692D4
RGB
CMYK
RGB Variations
Color information
#2692D4 (or 0x2692D4) is known color: Summer Sky. HEX triplet: 26, 92 and D4. RGB value is (38,146,212). Sum of RGB (Red+Green+Blue) = 38+146+212=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #2692D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2692D4 is #D96D2B. Grayscale: #787878. Windows color (decimal): -14249260 or 13931046. OLE color: 13931046.
HSL color Cylindrical-coordinate representation of color #2692D4: hue angle of 202.76º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2692D4 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 146 | 212 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.17 |
| HSL | 202.76º | 0.7% | 0.49% | - |
| HSV(B) | 202.76º | 0.82% | 0.83% | - |
| XYZ | 22.96 | 25.72 | 66.04 | - |
| YUV | 121.23 | 179.22 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 212 | 0.82 | 0.31 | 0 | 0.17 | 202.76 | 0.7 | 0.49 |
| Hex | 26 | 92 | D4 | 52 | 1F | 0 | 11 | CB | 46 | 31 |
| Octal | 46 | 222 | 324 | 122 | 37 | 0 | 21 | 313 | 106 | 61 |
| Binary | 100110 | 10010010 | 11010100 | 1010010 | 11111 | 0 | 10001 | 11001011 | 1000110 | 110001 |
Color Harmonies of #2692D4
Complementary color
Monochromatic Colors of #2692D4
Black with #2692D4
Text Example
Text Example
White with #2692D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2692D4; }
p { color: rgb(38,146,212); }
H1.HeaderClassName
{
color: #2692D4;
}
.AnyTagClassName
{
color: #2692D4;
}
</style>
background-color css
<style>
a { background-color: #2692D4; }
a { background-color: rgb(38,146,212); }
div.DivClassName
{
background-color: #2692D4;
}
.BgClassName
{
background-color: #2692D4;
}
</style>
border-color css
<style>
span { border-color: #2692D4; }
span { border-color: rgb(38,146,212); }
td.TdClassName
{
border-color: #2692D4;
}
.TagClassName
{
border-color: #2692D4;
}
</style>