Shades of Summer Sky #3ABBCF
Tints of Summer Sky #3ABBCF
RGB
CMYK
RGB Variations
Color information
#3ABBCF (or 0x3ABBCF) is known color: Summer Sky. HEX triplet: 3A, BB and CF. RGB value is (58,187,207). Sum of RGB (Red+Green+Blue) = 58+187+207=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ABBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBCF is #C54430. Grayscale: #969696. Windows color (decimal): -12928049 or 13613882. OLE color: 13613882.
HSL color Cylindrical-coordinate representation of color #3ABBCF: hue angle of 188.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABBCF is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 187 | 207 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.19 |
| HSL | 188.05º | 0.61% | 0.52% | - |
| HSV(B) | 188.05º | 0.72% | 0.81% | - |
| XYZ | 30.78 | 40.95 | 65.31 | - |
| YUV | 150.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 207 | 0.72 | 0.10 | 0 | 0.19 | 188.05 | 0.61 | 0.52 |
| Hex | 3A | BB | CF | 48 | A | 0 | 13 | BC | 3D | 34 |
| Octal | 72 | 273 | 317 | 110 | 12 | 0 | 23 | 274 | 75 | 64 |
| Binary | 111010 | 10111011 | 11001111 | 1001000 | 1010 | 0 | 10011 | 10111100 | 111101 | 110100 |
Color Harmonies of #3ABBCF
Complementary color
Monochromatic Colors of #3ABBCF
Black with #3ABBCF
Text Example
Text Example
White with #3ABBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBCF; }
p { color: rgb(58,187,207); }
H1.HeaderClassName
{
color: #3ABBCF;
}
.AnyTagClassName
{
color: #3ABBCF;
}
</style>
background-color css
<style>
a { background-color: #3ABBCF; }
a { background-color: rgb(58,187,207); }
div.DivClassName
{
background-color: #3ABBCF;
}
.BgClassName
{
background-color: #3ABBCF;
}
</style>
border-color css
<style>
span { border-color: #3ABBCF; }
span { border-color: rgb(58,187,207); }
td.TdClassName
{
border-color: #3ABBCF;
}
.TagClassName
{
border-color: #3ABBCF;
}
</style>