Shades of Summer Sky #27BDCA
Tints of Summer Sky #27BDCA
RGB
CMYK
RGB Variations
Color information
#27BDCA (or 0x27BDCA) is known color: Summer Sky. HEX triplet: 27, BD and CA. RGB value is (39,189,202). Sum of RGB (Red+Green+Blue) = 39+189+202=430 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.07% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #27BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDCA is #D84235. Grayscale: #919191. Windows color (decimal): -14172726 or 13286695. OLE color: 13286695.
HSL color Cylindrical-coordinate representation of color #27BDCA: hue angle of 184.79º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27BDCA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 189 | 202 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.21 |
| HSL | 184.79º | 0.68% | 0.47% | - |
| HSV(B) | 184.79º | 0.81% | 0.79% | - |
| XYZ | 29.69 | 41.09 | 62.24 | - |
| YUV | 145.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 202 | 0.81 | 0.06 | 0 | 0.21 | 184.79 | 0.68 | 0.47 |
| Hex | 27 | BD | CA | 51 | 6 | 0 | 15 | B9 | 44 | 2F |
| Octal | 47 | 275 | 312 | 121 | 6 | 0 | 25 | 271 | 104 | 57 |
| Binary | 100111 | 10111101 | 11001010 | 1010001 | 110 | 0 | 10101 | 10111001 | 1000100 | 101111 |
Color Harmonies of #27BDCA
Complementary color
Monochromatic Colors of #27BDCA
Black with #27BDCA
Text Example
Text Example
White with #27BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BDCA; }
p { color: rgb(39,189,202); }
H1.HeaderClassName
{
color: #27BDCA;
}
.AnyTagClassName
{
color: #27BDCA;
}
</style>
background-color css
<style>
a { background-color: #27BDCA; }
a { background-color: rgb(39,189,202); }
div.DivClassName
{
background-color: #27BDCA;
}
.BgClassName
{
background-color: #27BDCA;
}
</style>
border-color css
<style>
span { border-color: #27BDCA; }
span { border-color: rgb(39,189,202); }
td.TdClassName
{
border-color: #27BDCA;
}
.TagClassName
{
border-color: #27BDCA;
}
</style>