Shades of Summer Sky #27BBD2
Tints of Summer Sky #27BBD2
RGB
CMYK
RGB Variations
Color information
#27BBD2 (or 0x27BBD2) is known color: Summer Sky. HEX triplet: 27, BB and D2. RGB value is (39,187,210). Sum of RGB (Red+Green+Blue) = 39+187+210=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #27BBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BBD2 is #D8442D. Grayscale: #919191. Windows color (decimal): -14173230 or 13810471. OLE color: 13810471.
HSL color Cylindrical-coordinate representation of color #27BBD2: hue angle of 188.07º 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 #27BBD2 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 187 | 210 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.18 |
| HSL | 188.07º | 0.69% | 0.49% | - |
| HSV(B) | 188.07º | 0.81% | 0.82% | - |
| XYZ | 30.24 | 40.63 | 67.22 | - |
| YUV | 145.37 | 164.47 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 210 | 0.81 | 0.11 | 0 | 0.18 | 188.07 | 0.69 | 0.49 |
| Hex | 27 | BB | D2 | 51 | B | 0 | 12 | BC | 45 | 31 |
| Octal | 47 | 273 | 322 | 121 | 13 | 0 | 22 | 274 | 105 | 61 |
| Binary | 100111 | 10111011 | 11010010 | 1010001 | 1011 | 0 | 10010 | 10111100 | 1000101 | 110001 |
Color Harmonies of #27BBD2
Complementary color
Monochromatic Colors of #27BBD2
Black with #27BBD2
Text Example
Text Example
White with #27BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BBD2; }
p { color: rgb(39,187,210); }
H1.HeaderClassName
{
color: #27BBD2;
}
.AnyTagClassName
{
color: #27BBD2;
}
</style>
background-color css
<style>
a { background-color: #27BBD2; }
a { background-color: rgb(39,187,210); }
div.DivClassName
{
background-color: #27BBD2;
}
.BgClassName
{
background-color: #27BBD2;
}
</style>
border-color css
<style>
span { border-color: #27BBD2; }
span { border-color: rgb(39,187,210); }
td.TdClassName
{
border-color: #27BBD2;
}
.TagClassName
{
border-color: #27BBD2;
}
</style>