Shades of Summer Sky #3ABDF4
Tints of Summer Sky #3ABDF4
RGB
CMYK
RGB Variations
Color information
#3ABDF4 (or 0x3ABDF4) is known color: Summer Sky. HEX triplet: 3A, BD and F4. RGB value is (58,189,244). Sum of RGB (Red+Green+Blue) = 58+189+244=491 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.81% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #3ABDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABDF4 is #C5420B. Grayscale: #9B9B9B. Windows color (decimal): -12927500 or 16039226. OLE color: 16039226.
HSL color Cylindrical-coordinate representation of color #3ABDF4: hue angle of 197.74º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABDF4 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 189 | 244 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.04 |
| HSL | 197.74º | 0.89% | 0.59% | - |
| HSV(B) | 197.74º | 0.76% | 0.96% | - |
| XYZ | 36.27 | 43.83 | 92.14 | - |
| YUV | 156.1 | 177.6 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 244 | 0.76 | 0.23 | 0 | 0.04 | 197.74 | 0.89 | 0.59 |
| Hex | 3A | BD | F4 | 4C | 17 | 0 | 4 | C6 | 59 | 3B |
| Octal | 72 | 275 | 364 | 114 | 27 | 0 | 4 | 306 | 131 | 73 |
| Binary | 111010 | 10111101 | 11110100 | 1001100 | 10111 | 0 | 100 | 11000110 | 1011001 | 111011 |
Color Harmonies of #3ABDF4
Complementary color
Monochromatic Colors of #3ABDF4
Black with #3ABDF4
Text Example
Text Example
White with #3ABDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDF4; }
p { color: rgb(58,189,244); }
H1.HeaderClassName
{
color: #3ABDF4;
}
.AnyTagClassName
{
color: #3ABDF4;
}
</style>
background-color css
<style>
a { background-color: #3ABDF4; }
a { background-color: rgb(58,189,244); }
div.DivClassName
{
background-color: #3ABDF4;
}
.BgClassName
{
background-color: #3ABDF4;
}
</style>
border-color css
<style>
span { border-color: #3ABDF4; }
span { border-color: rgb(58,189,244); }
td.TdClassName
{
border-color: #3ABDF4;
}
.TagClassName
{
border-color: #3ABDF4;
}
</style>