Shades of Summer Sky #27BADF
Tints of Summer Sky #27BADF
RGB
CMYK
RGB Variations
Color information
#27BADF (or 0x27BADF) is known color: Summer Sky. HEX triplet: 27, BA and DF. RGB value is (39,186,223). Sum of RGB (Red+Green+Blue) = 39+186+223=448 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.71% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #27BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BADF is #D84520. Grayscale: #919191. Windows color (decimal): -14173473 or 14662183. OLE color: 14662183.
HSL color Cylindrical-coordinate representation of color #27BADF: hue angle of 192.07º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27BADF is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 186 | 223 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.13 |
| HSL | 192.07º | 0.74% | 0.51% | - |
| HSV(B) | 192.07º | 0.83% | 0.87% | - |
| XYZ | 31.71 | 40.88 | 76.03 | - |
| YUV | 146.27 | 171.3 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 223 | 0.83 | 0.17 | 0 | 0.13 | 192.07 | 0.74 | 0.51 |
| Hex | 27 | BA | DF | 53 | 11 | 0 | D | C0 | 4A | 33 |
| Octal | 47 | 272 | 337 | 123 | 21 | 0 | 15 | 300 | 112 | 63 |
| Binary | 100111 | 10111010 | 11011111 | 1010011 | 10001 | 0 | 1101 | 11000000 | 1001010 | 110011 |
Color Harmonies of #27BADF
Complementary color
Monochromatic Colors of #27BADF
Black with #27BADF
Text Example
Text Example
White with #27BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BADF; }
p { color: rgb(39,186,223); }
H1.HeaderClassName
{
color: #27BADF;
}
.AnyTagClassName
{
color: #27BADF;
}
</style>
background-color css
<style>
a { background-color: #27BADF; }
a { background-color: rgb(39,186,223); }
div.DivClassName
{
background-color: #27BADF;
}
.BgClassName
{
background-color: #27BADF;
}
</style>
border-color css
<style>
span { border-color: #27BADF; }
span { border-color: rgb(39,186,223); }
td.TdClassName
{
border-color: #27BADF;
}
.TagClassName
{
border-color: #27BADF;
}
</style>