Shades of Baby Blue #3AFEFC
Tints of Baby Blue #3AFEFC
RGB
CMYK
RGB Variations
Color information
#3AFEFC (or 0x3AFEFC) is known color: Baby Blue. HEX triplet: 3A, FE and FC. RGB value is (58,254,252). Sum of RGB (Red+Green+Blue) = 58+254+252=564 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.28% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEFC is #C50103. Grayscale: #C2C2C2. Windows color (decimal): -12910852 or 16580154. OLE color: 16580154.
HSL color Cylindrical-coordinate representation of color #3AFEFC: hue angle of 179.39º 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 #3AFEFC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 252 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.00 |
| HSL | 179.39º | 0.99% | 0.61% | - |
| HSV(B) | 179.39º | 0.77% | 1% | - |
| XYZ | 54.76 | 78.81 | 104.42 | - |
| YUV | 195.17 | 160.07 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 252 | 0.77 | 0 | 0.01 | 0.00 | 179.39 | 0.99 | 0.61 |
| Hex | 3A | FE | FC | 4D | 0 | 1 | 0 | B3 | 63 | 3D |
| Octal | 72 | 376 | 374 | 115 | 0 | 1 | 0 | 263 | 143 | 75 |
| Binary | 111010 | 11111110 | 11111100 | 1001101 | 0 | 1 | 0 | 10110011 | 1100011 | 111101 |
Color Harmonies of #3AFEFC
Complementary color
Monochromatic Colors of #3AFEFC
Black with #3AFEFC
Text Example
Text Example
White with #3AFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEFC; }
p { color: rgb(58,254,252); }
H1.HeaderClassName
{
color: #3AFEFC;
}
.AnyTagClassName
{
color: #3AFEFC;
}
</style>
background-color css
<style>
a { background-color: #3AFEFC; }
a { background-color: rgb(58,254,252); }
div.DivClassName
{
background-color: #3AFEFC;
}
.BgClassName
{
background-color: #3AFEFC;
}
</style>
border-color css
<style>
span { border-color: #3AFEFC; }
span { border-color: rgb(58,254,252); }
td.TdClassName
{
border-color: #3AFEFC;
}
.TagClassName
{
border-color: #3AFEFC;
}
</style>