Shades of Summer Sky #3AD1FE
Tints of Summer Sky #3AD1FE
RGB
CMYK
RGB Variations
Color information
#3AD1FE (or 0x3AD1FE) is known color: Summer Sky. HEX triplet: 3A, D1 and FE. RGB value is (58,209,254). Sum of RGB (Red+Green+Blue) = 58+209+254=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AD1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD1FE is #C52E01. Grayscale: #A8A8A8. Windows color (decimal): -12922370 or 16699706. OLE color: 16699706.
HSL color Cylindrical-coordinate representation of color #3AD1FE: hue angle of 193.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD1FE is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 209 | 254 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.00 |
| HSL | 193.78º | 0.99% | 0.61% | - |
| HSV(B) | 193.78º | 0.77% | 1% | - |
| XYZ | 42.43 | 53.66 | 101.89 | - |
| YUV | 168.98 | 175.97 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 254 | 0.77 | 0.18 | 0 | 0.00 | 193.78 | 0.99 | 0.61 |
| Hex | 3A | D1 | FE | 4D | 12 | 0 | 0 | C2 | 63 | 3D |
| Octal | 72 | 321 | 376 | 115 | 22 | 0 | 0 | 302 | 143 | 75 |
| Binary | 111010 | 11010001 | 11111110 | 1001101 | 10010 | 0 | 0 | 11000010 | 1100011 | 111101 |
Color Harmonies of #3AD1FE
Complementary color
Monochromatic Colors of #3AD1FE
Black with #3AD1FE
Text Example
Text Example
White with #3AD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD1FE; }
p { color: rgb(58,209,254); }
H1.HeaderClassName
{
color: #3AD1FE;
}
.AnyTagClassName
{
color: #3AD1FE;
}
</style>
background-color css
<style>
a { background-color: #3AD1FE; }
a { background-color: rgb(58,209,254); }
div.DivClassName
{
background-color: #3AD1FE;
}
.BgClassName
{
background-color: #3AD1FE;
}
</style>
border-color css
<style>
span { border-color: #3AD1FE; }
span { border-color: rgb(58,209,254); }
td.TdClassName
{
border-color: #3AD1FE;
}
.TagClassName
{
border-color: #3AD1FE;
}
</style>