Shades of Summer Sky #27BAF2
Tints of Summer Sky #27BAF2
RGB
CMYK
RGB Variations
Color information
#27BAF2 (or 0x27BAF2) is known color: Summer Sky. HEX triplet: 27, BA and F2. RGB value is (39,186,242). Sum of RGB (Red+Green+Blue) = 39+186+242=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #27BAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BAF2 is #D8450D. Grayscale: #949494. Windows color (decimal): -14173454 or 15907367. OLE color: 15907367.
HSL color Cylindrical-coordinate representation of color #27BAF2: hue angle of 196.55º 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 #27BAF2 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 186 | 242 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.05 |
| HSL | 196.55º | 0.89% | 0.55% | - |
| HSV(B) | 196.55º | 0.84% | 0.95% | - |
| XYZ | 34.42 | 41.96 | 90.29 | - |
| YUV | 148.43 | 180.8 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 242 | 0.84 | 0.23 | 0 | 0.05 | 196.55 | 0.89 | 0.55 |
| Hex | 27 | BA | F2 | 54 | 17 | 0 | 5 | C5 | 59 | 37 |
| Octal | 47 | 272 | 362 | 124 | 27 | 0 | 5 | 305 | 131 | 67 |
| Binary | 100111 | 10111010 | 11110010 | 1010100 | 10111 | 0 | 101 | 11000101 | 1011001 | 110111 |
Color Harmonies of #27BAF2
Complementary color
Monochromatic Colors of #27BAF2
Black with #27BAF2
Text Example
Text Example
White with #27BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BAF2; }
p { color: rgb(39,186,242); }
H1.HeaderClassName
{
color: #27BAF2;
}
.AnyTagClassName
{
color: #27BAF2;
}
</style>
background-color css
<style>
a { background-color: #27BAF2; }
a { background-color: rgb(39,186,242); }
div.DivClassName
{
background-color: #27BAF2;
}
.BgClassName
{
background-color: #27BAF2;
}
</style>
border-color css
<style>
span { border-color: #27BAF2; }
span { border-color: rgb(39,186,242); }
td.TdClassName
{
border-color: #27BAF2;
}
.TagClassName
{
border-color: #27BAF2;
}
</style>