Shades of Baby Blue #3AF8FF
Tints of Baby Blue #3AF8FF
RGB
CMYK
RGB Variations
Color information
#3AF8FF (or 0x3AF8FF) is known color: Baby Blue. HEX triplet: 3A, F8 and FF. RGB value is (58,248,255). Sum of RGB (Red+Green+Blue) = 58+248+255=561 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.34% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF8FF is #C50700. Grayscale: #BFBFBF. Windows color (decimal): -12912385 or 16775226. OLE color: 16775226.
HSL color Cylindrical-coordinate representation of color #3AF8FF: hue angle of 182.13º 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 #3AF8FF is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 248 | 255 | - |
| CMYK | 0.77 | 0.03 | 0 | 0 |
| HSL | 182.13º | 1% | 0.61% | - |
| HSV(B) | 182.13º | 0.77% | 1% | - |
| XYZ | 53.36 | 75.25 | 106.32 | - |
| YUV | 191.99 | 163.55 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 255 | 0.77 | 0.03 | 0 | 0 | 182.13 | 1 | 0.61 |
| Hex | 3A | F8 | FF | 4D | 3 | 0 | 0 | B6 | 64 | 3D |
| Octal | 72 | 370 | 377 | 115 | 3 | 0 | 0 | 266 | 144 | 75 |
| Binary | 111010 | 11111000 | 11111111 | 1001101 | 11 | 0 | 0 | 10110110 | 1100100 | 111101 |
Color Harmonies of #3AF8FF
Complementary color
Monochromatic Colors of #3AF8FF
Black with #3AF8FF
Text Example
Text Example
White with #3AF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF8FF; }
p { color: rgb(58,248,255); }
H1.HeaderClassName
{
color: #3AF8FF;
}
.AnyTagClassName
{
color: #3AF8FF;
}
</style>
background-color css
<style>
a { background-color: #3AF8FF; }
a { background-color: rgb(58,248,255); }
div.DivClassName
{
background-color: #3AF8FF;
}
.BgClassName
{
background-color: #3AF8FF;
}
</style>
border-color css
<style>
span { border-color: #3AF8FF; }
span { border-color: rgb(58,248,255); }
td.TdClassName
{
border-color: #3AF8FF;
}
.TagClassName
{
border-color: #3AF8FF;
}
</style>