Shades of Summer Sky #26BDF2
Tints of Summer Sky #26BDF2
RGB
CMYK
RGB Variations
Color information
#26BDF2 (or 0x26BDF2) is known color: Summer Sky. HEX triplet: 26, BD and F2. RGB value is (38,189,242). Sum of RGB (Red+Green+Blue) = 38+189+242=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #26BDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BDF2 is #D9420D. Grayscale: #959595. Windows color (decimal): -14238222 or 15908134. OLE color: 15908134.
HSL color Cylindrical-coordinate representation of color #26BDF2: hue angle of 195.59º 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 #26BDF2 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 189 | 242 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.05 |
| HSL | 195.59º | 0.89% | 0.55% | - |
| HSV(B) | 195.59º | 0.84% | 0.95% | - |
| XYZ | 35.02 | 43.22 | 90.5 | - |
| YUV | 149.89 | 179.97 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 242 | 0.84 | 0.22 | 0 | 0.05 | 195.59 | 0.89 | 0.55 |
| Hex | 26 | BD | F2 | 54 | 16 | 0 | 5 | C4 | 59 | 37 |
| Octal | 46 | 275 | 362 | 124 | 26 | 0 | 5 | 304 | 131 | 67 |
| Binary | 100110 | 10111101 | 11110010 | 1010100 | 10110 | 0 | 101 | 11000100 | 1011001 | 110111 |
Color Harmonies of #26BDF2
Complementary color
Monochromatic Colors of #26BDF2
Black with #26BDF2
Text Example
Text Example
White with #26BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDF2; }
p { color: rgb(38,189,242); }
H1.HeaderClassName
{
color: #26BDF2;
}
.AnyTagClassName
{
color: #26BDF2;
}
</style>
background-color css
<style>
a { background-color: #26BDF2; }
a { background-color: rgb(38,189,242); }
div.DivClassName
{
background-color: #26BDF2;
}
.BgClassName
{
background-color: #26BDF2;
}
</style>
border-color css
<style>
span { border-color: #26BDF2; }
span { border-color: rgb(38,189,242); }
td.TdClassName
{
border-color: #26BDF2;
}
.TagClassName
{
border-color: #26BDF2;
}
</style>