Shades of Summer Sky #27AFD2
Tints of Summer Sky #27AFD2
RGB
CMYK
RGB Variations
Color information
#27AFD2 (or 0x27AFD2) is known color: Summer Sky. HEX triplet: 27, AF and D2. RGB value is (39,175,210). Sum of RGB (Red+Green+Blue) = 39+175+210=424 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.20% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #27AFD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AFD2 is #D8502D. Grayscale: #8A8A8A. Windows color (decimal): -14176302 or 13807399. OLE color: 13807399.
HSL color Cylindrical-coordinate representation of color #27AFD2: hue angle of 192.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27AFD2 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 175 | 210 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.18 |
| HSL | 192.28º | 0.69% | 0.49% | - |
| HSV(B) | 192.28º | 0.81% | 0.82% | - |
| XYZ | 27.8 | 35.74 | 66.41 | - |
| YUV | 138.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 175 | 210 | 0.81 | 0.17 | 0 | 0.18 | 192.28 | 0.69 | 0.49 |
| Hex | 27 | AF | D2 | 51 | 11 | 0 | 12 | C0 | 45 | 31 |
| Octal | 47 | 257 | 322 | 121 | 21 | 0 | 22 | 300 | 105 | 61 |
| Binary | 100111 | 10101111 | 11010010 | 1010001 | 10001 | 0 | 10010 | 11000000 | 1000101 | 110001 |
Color Harmonies of #27AFD2
Complementary color
Monochromatic Colors of #27AFD2
Black with #27AFD2
Text Example
Text Example
White with #27AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AFD2; }
p { color: rgb(39,175,210); }
H1.HeaderClassName
{
color: #27AFD2;
}
.AnyTagClassName
{
color: #27AFD2;
}
</style>
background-color css
<style>
a { background-color: #27AFD2; }
a { background-color: rgb(39,175,210); }
div.DivClassName
{
background-color: #27AFD2;
}
.BgClassName
{
background-color: #27AFD2;
}
</style>
border-color css
<style>
span { border-color: #27AFD2; }
span { border-color: rgb(39,175,210); }
td.TdClassName
{
border-color: #27AFD2;
}
.TagClassName
{
border-color: #27AFD2;
}
</style>