Shades of Summer Sky #27BBCC
Tints of Summer Sky #27BBCC
RGB
CMYK
RGB Variations
Color information
#27BBCC (or 0x27BBCC) is known color: Summer Sky. HEX triplet: 27, BB and CC. RGB value is (39,187,204). Sum of RGB (Red+Green+Blue) = 39+187+204=430 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.07% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #27BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BBCC is #D84433. Grayscale: #909090. Windows color (decimal): -14173236 or 13417255. OLE color: 13417255.
HSL color Cylindrical-coordinate representation of color #27BBCC: hue angle of 186.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27BBCC is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 187 | 204 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.2 |
| HSL | 186.18º | 0.68% | 0.48% | - |
| HSV(B) | 186.18º | 0.81% | 0.8% | - |
| XYZ | 29.51 | 40.33 | 63.36 | - |
| YUV | 144.69 | 161.47 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 204 | 0.81 | 0.08 | 0 | 0.2 | 186.18 | 0.68 | 0.48 |
| Hex | 27 | BB | CC | 51 | 8 | 0 | 14 | BA | 44 | 30 |
| Octal | 47 | 273 | 314 | 121 | 10 | 0 | 24 | 272 | 104 | 60 |
| Binary | 100111 | 10111011 | 11001100 | 1010001 | 1000 | 0 | 10100 | 10111010 | 1000100 | 110000 |
Color Harmonies of #27BBCC
Complementary color
Monochromatic Colors of #27BBCC
Black with #27BBCC
Text Example
Text Example
White with #27BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BBCC; }
p { color: rgb(39,187,204); }
H1.HeaderClassName
{
color: #27BBCC;
}
.AnyTagClassName
{
color: #27BBCC;
}
</style>
background-color css
<style>
a { background-color: #27BBCC; }
a { background-color: rgb(39,187,204); }
div.DivClassName
{
background-color: #27BBCC;
}
.BgClassName
{
background-color: #27BBCC;
}
</style>
border-color css
<style>
span { border-color: #27BBCC; }
span { border-color: rgb(39,187,204); }
td.TdClassName
{
border-color: #27BBCC;
}
.TagClassName
{
border-color: #27BBCC;
}
</style>