Shades of Baby Blue #3AFFFB
Tints of Baby Blue #3AFFFB
RGB
CMYK
RGB Variations
Color information
#3AFFFB (or 0x3AFFFB) is known color: Baby Blue. HEX triplet: 3A, FF and FB. RGB value is (58,255,251). Sum of RGB (Red+Green+Blue) = 58+255+251=564 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.28% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFFB is #C50004. Grayscale: #C3C3C3. Windows color (decimal): -12910597 or 16514874. OLE color: 16514874.
HSL color Cylindrical-coordinate representation of color #3AFFFB: hue angle of 178.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFFB is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 251 | - |
| CMYK | 0.77 | 0 | 0.02 | 0 |
| HSL | 178.78º | 1% | 0.61% | - |
| HSV(B) | 178.78º | 0.77% | 1% | - |
| XYZ | 54.92 | 79.38 | 103.7 | - |
| YUV | 195.64 | 159.23 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 251 | 0.77 | 0 | 0.02 | 0 | 178.78 | 1 | 0.61 |
| Hex | 3A | FF | FB | 4D | 0 | 2 | 0 | B3 | 64 | 3D |
| Octal | 72 | 377 | 373 | 115 | 0 | 2 | 0 | 263 | 144 | 75 |
| Binary | 111010 | 11111111 | 11111011 | 1001101 | 0 | 10 | 0 | 10110011 | 1100100 | 111101 |
Color Harmonies of #3AFFFB
Complementary color
Monochromatic Colors of #3AFFFB
Black with #3AFFFB
Text Example
Text Example
White with #3AFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFFB; }
p { color: rgb(58,255,251); }
H1.HeaderClassName
{
color: #3AFFFB;
}
.AnyTagClassName
{
color: #3AFFFB;
}
</style>
background-color css
<style>
a { background-color: #3AFFFB; }
a { background-color: rgb(58,255,251); }
div.DivClassName
{
background-color: #3AFFFB;
}
.BgClassName
{
background-color: #3AFFFB;
}
</style>
border-color css
<style>
span { border-color: #3AFFFB; }
span { border-color: rgb(58,255,251); }
td.TdClassName
{
border-color: #3AFFFB;
}
.TagClassName
{
border-color: #3AFFFB;
}
</style>