Shades of Summer Sky #3AB4DF
Tints of Summer Sky #3AB4DF
RGB
CMYK
RGB Variations
Color information
#3AB4DF (or 0x3AB4DF) is known color: Summer Sky. HEX triplet: 3A, B4 and DF. RGB value is (58,180,223). Sum of RGB (Red+Green+Blue) = 58+180+223=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AB4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB4DF is #C54B20. Grayscale: #949494. Windows color (decimal): -12929825 or 14660666. OLE color: 14660666.
HSL color Cylindrical-coordinate representation of color #3AB4DF: hue angle of 195.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AB4DF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 180 | 223 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.13 |
| HSL | 195.64º | 0.72% | 0.55% | - |
| HSV(B) | 195.64º | 0.74% | 0.87% | - |
| XYZ | 31.39 | 38.87 | 75.66 | - |
| YUV | 148.42 | 170.08 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 180 | 223 | 0.74 | 0.19 | 0 | 0.13 | 195.64 | 0.72 | 0.55 |
| Hex | 3A | B4 | DF | 4A | 13 | 0 | D | C4 | 48 | 37 |
| Octal | 72 | 264 | 337 | 112 | 23 | 0 | 15 | 304 | 110 | 67 |
| Binary | 111010 | 10110100 | 11011111 | 1001010 | 10011 | 0 | 1101 | 11000100 | 1001000 | 110111 |
Color Harmonies of #3AB4DF
Complementary color
Monochromatic Colors of #3AB4DF
Black with #3AB4DF
Text Example
Text Example
White with #3AB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB4DF; }
p { color: rgb(58,180,223); }
H1.HeaderClassName
{
color: #3AB4DF;
}
.AnyTagClassName
{
color: #3AB4DF;
}
</style>
background-color css
<style>
a { background-color: #3AB4DF; }
a { background-color: rgb(58,180,223); }
div.DivClassName
{
background-color: #3AB4DF;
}
.BgClassName
{
background-color: #3AB4DF;
}
</style>
border-color css
<style>
span { border-color: #3AB4DF; }
span { border-color: rgb(58,180,223); }
td.TdClassName
{
border-color: #3AB4DF;
}
.TagClassName
{
border-color: #3AB4DF;
}
</style>