Shades of Summer Sky #26BFF5
Tints of Summer Sky #26BFF5
RGB
CMYK
RGB Variations
Color information
#26BFF5 (or 0x26BFF5) is known color: Summer Sky. HEX triplet: 26, BF and F5. RGB value is (38,191,245). Sum of RGB (Red+Green+Blue) = 38+191+245=474 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.02% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #26BFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BFF5 is #D9400A. Grayscale: #979797. Windows color (decimal): -14237707 or 16105254. OLE color: 16105254.
HSL color Cylindrical-coordinate representation of color #26BFF5: hue angle of 195.65º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26BFF5 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 191 | 245 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.04 |
| HSL | 195.65º | 0.91% | 0.55% | - |
| HSV(B) | 195.65º | 0.84% | 0.96% | - |
| XYZ | 35.91 | 44.27 | 93.04 | - |
| YUV | 151.41 | 180.81 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 245 | 0.84 | 0.22 | 0 | 0.04 | 195.65 | 0.91 | 0.55 |
| Hex | 26 | BF | F5 | 54 | 16 | 0 | 4 | C4 | 5B | 37 |
| Octal | 46 | 277 | 365 | 124 | 26 | 0 | 4 | 304 | 133 | 67 |
| Binary | 100110 | 10111111 | 11110101 | 1010100 | 10110 | 0 | 100 | 11000100 | 1011011 | 110111 |
Color Harmonies of #26BFF5
Complementary color
Monochromatic Colors of #26BFF5
Black with #26BFF5
Text Example
Text Example
White with #26BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BFF5; }
p { color: rgb(38,191,245); }
H1.HeaderClassName
{
color: #26BFF5;
}
.AnyTagClassName
{
color: #26BFF5;
}
</style>
background-color css
<style>
a { background-color: #26BFF5; }
a { background-color: rgb(38,191,245); }
div.DivClassName
{
background-color: #26BFF5;
}
.BgClassName
{
background-color: #26BFF5;
}
</style>
border-color css
<style>
span { border-color: #26BFF5; }
span { border-color: rgb(38,191,245); }
td.TdClassName
{
border-color: #26BFF5;
}
.TagClassName
{
border-color: #26BFF5;
}
</style>