Shades of Summer Sky #26CAF2
Tints of Summer Sky #26CAF2
RGB
CMYK
RGB Variations
Color information
#26CAF2 (or 0x26CAF2) is known color: Summer Sky. HEX triplet: 26, CA and F2. RGB value is (38,202,242). Sum of RGB (Red+Green+Blue) = 38+202+242=482 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.88% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #26CAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CAF2 is #D9350D. Grayscale: #9D9D9D. Windows color (decimal): -14234894 or 15911462. OLE color: 15911462.
HSL color Cylindrical-coordinate representation of color #26CAF2: hue angle of 191.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CAF2 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 202 | 242 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.05 |
| HSL | 191.76º | 0.89% | 0.55% | - |
| HSV(B) | 191.76º | 0.84% | 0.95% | - |
| XYZ | 37.95 | 49.06 | 91.47 | - |
| YUV | 157.52 | 175.67 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 242 | 0.84 | 0.17 | 0 | 0.05 | 191.76 | 0.89 | 0.55 |
| Hex | 26 | CA | F2 | 54 | 11 | 0 | 5 | C0 | 59 | 37 |
| Octal | 46 | 312 | 362 | 124 | 21 | 0 | 5 | 300 | 131 | 67 |
| Binary | 100110 | 11001010 | 11110010 | 1010100 | 10001 | 0 | 101 | 11000000 | 1011001 | 110111 |
Color Harmonies of #26CAF2
Complementary color
Monochromatic Colors of #26CAF2
Black with #26CAF2
Text Example
Text Example
White with #26CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CAF2; }
p { color: rgb(38,202,242); }
H1.HeaderClassName
{
color: #26CAF2;
}
.AnyTagClassName
{
color: #26CAF2;
}
</style>
background-color css
<style>
a { background-color: #26CAF2; }
a { background-color: rgb(38,202,242); }
div.DivClassName
{
background-color: #26CAF2;
}
.BgClassName
{
background-color: #26CAF2;
}
</style>
border-color css
<style>
span { border-color: #26CAF2; }
span { border-color: rgb(38,202,242); }
td.TdClassName
{
border-color: #26CAF2;
}
.TagClassName
{
border-color: #26CAF2;
}
</style>