Shades of Baby Blue #3AFAFE
Tints of Baby Blue #3AFAFE
RGB
CMYK
RGB Variations
Color information
#3AFAFE (or 0x3AFAFE) is known color: Baby Blue. HEX triplet: 3A, FA and FE. RGB value is (58,250,254). Sum of RGB (Red+Green+Blue) = 58+250+254=562 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.32% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AFAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFAFE is #C50501. Grayscale: #C0C0C0. Windows color (decimal): -12911874 or 16710202. OLE color: 16710202.
HSL color Cylindrical-coordinate representation of color #3AFAFE: hue angle of 181.22º 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 #3AFAFE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 250 | 254 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.00 |
| HSL | 181.22º | 0.99% | 0.61% | - |
| HSV(B) | 181.22º | 0.77% | 1% | - |
| XYZ | 53.82 | 76.43 | 105.68 | - |
| YUV | 193.05 | 162.39 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 254 | 0.77 | 0.02 | 0 | 0.00 | 181.22 | 0.99 | 0.61 |
| Hex | 3A | FA | FE | 4D | 2 | 0 | 0 | B5 | 63 | 3D |
| Octal | 72 | 372 | 376 | 115 | 2 | 0 | 0 | 265 | 143 | 75 |
| Binary | 111010 | 11111010 | 11111110 | 1001101 | 10 | 0 | 0 | 10110101 | 1100011 | 111101 |
Color Harmonies of #3AFAFE
Complementary color
Monochromatic Colors of #3AFAFE
Black with #3AFAFE
Text Example
Text Example
White with #3AFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFAFE; }
p { color: rgb(58,250,254); }
H1.HeaderClassName
{
color: #3AFAFE;
}
.AnyTagClassName
{
color: #3AFAFE;
}
</style>
background-color css
<style>
a { background-color: #3AFAFE; }
a { background-color: rgb(58,250,254); }
div.DivClassName
{
background-color: #3AFAFE;
}
.BgClassName
{
background-color: #3AFAFE;
}
</style>
border-color css
<style>
span { border-color: #3AFAFE; }
span { border-color: rgb(58,250,254); }
td.TdClassName
{
border-color: #3AFAFE;
}
.TagClassName
{
border-color: #3AFAFE;
}
</style>