Shades of Summer Sky #3ABCFD
Tints of Summer Sky #3ABCFD
RGB
CMYK
RGB Variations
Color information
#3ABCFD (or 0x3ABCFD) is known color: Summer Sky. HEX triplet: 3A, BC and FD. RGB value is (58,188,253). Sum of RGB (Red+Green+Blue) = 58+188+253=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #3ABCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABCFD is #C54302. Grayscale: #9C9C9C. Windows color (decimal): -12927747 or 16628794. OLE color: 16628794.
HSL color Cylindrical-coordinate representation of color #3ABCFD: hue angle of 200º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ABCFD is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 188 | 253 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.01 |
| HSL | 200º | 0.98% | 0.61% | - |
| HSV(B) | 200º | 0.77% | 0.99% | - |
| XYZ | 37.46 | 43.96 | 99.44 | - |
| YUV | 156.54 | 182.43 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 253 | 0.77 | 0.26 | 0 | 0.01 | 200 | 0.98 | 0.61 |
| Hex | 3A | BC | FD | 4D | 1A | 0 | 1 | C8 | 62 | 3D |
| Octal | 72 | 274 | 375 | 115 | 32 | 0 | 1 | 310 | 142 | 75 |
| Binary | 111010 | 10111100 | 11111101 | 1001101 | 11010 | 0 | 1 | 11001000 | 1100010 | 111101 |
Color Harmonies of #3ABCFD
Complementary color
Monochromatic Colors of #3ABCFD
Black with #3ABCFD
Text Example
Text Example
White with #3ABCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCFD; }
p { color: rgb(58,188,253); }
H1.HeaderClassName
{
color: #3ABCFD;
}
.AnyTagClassName
{
color: #3ABCFD;
}
</style>
background-color css
<style>
a { background-color: #3ABCFD; }
a { background-color: rgb(58,188,253); }
div.DivClassName
{
background-color: #3ABCFD;
}
.BgClassName
{
background-color: #3ABCFD;
}
</style>
border-color css
<style>
span { border-color: #3ABCFD; }
span { border-color: rgb(58,188,253); }
td.TdClassName
{
border-color: #3ABCFD;
}
.TagClassName
{
border-color: #3ABCFD;
}
</style>