Shades of Summer Sky #26CBF0
Tints of Summer Sky #26CBF0
RGB
CMYK
RGB Variations
Color information
#26CBF0 (or 0x26CBF0) is known color: Summer Sky. HEX triplet: 26, CB and F0. RGB value is (38,203,240). Sum of RGB (Red+Green+Blue) = 38+203+240=481 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.90% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #26CBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CBF0 is #D9340F. Grayscale: #9D9D9D. Windows color (decimal): -14234640 or 15780646. OLE color: 15780646.
HSL color Cylindrical-coordinate representation of color #26CBF0: hue angle of 190.99º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CBF0 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 203 | 240 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.06 |
| HSL | 190.99º | 0.87% | 0.55% | - |
| HSV(B) | 190.99º | 0.84% | 0.94% | - |
| XYZ | 37.88 | 49.42 | 89.98 | - |
| YUV | 157.88 | 174.34 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 240 | 0.84 | 0.15 | 0 | 0.06 | 190.99 | 0.87 | 0.55 |
| Hex | 26 | CB | F0 | 54 | F | 0 | 6 | BF | 57 | 37 |
| Octal | 46 | 313 | 360 | 124 | 17 | 0 | 6 | 277 | 127 | 67 |
| Binary | 100110 | 11001011 | 11110000 | 1010100 | 1111 | 0 | 110 | 10111111 | 1010111 | 110111 |
Color Harmonies of #26CBF0
Complementary color
Monochromatic Colors of #26CBF0
Black with #26CBF0
Text Example
Text Example
White with #26CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBF0; }
p { color: rgb(38,203,240); }
H1.HeaderClassName
{
color: #26CBF0;
}
.AnyTagClassName
{
color: #26CBF0;
}
</style>
background-color css
<style>
a { background-color: #26CBF0; }
a { background-color: rgb(38,203,240); }
div.DivClassName
{
background-color: #26CBF0;
}
.BgClassName
{
background-color: #26CBF0;
}
</style>
border-color css
<style>
span { border-color: #26CBF0; }
span { border-color: rgb(38,203,240); }
td.TdClassName
{
border-color: #26CBF0;
}
.TagClassName
{
border-color: #26CBF0;
}
</style>