Shades of Baby Blue #3FFAFB
Tints of Baby Blue #3FFAFB
RGB
CMYK
RGB Variations
Color information
#3FFAFB (or 0x3FFAFB) is known color: Baby Blue. HEX triplet: 3F, FA and FB. RGB value is (63,250,251). Sum of RGB (Red+Green+Blue) = 63+250+251=564 (74% of max value = 765). Red value is 63 (25% from 255 or 11.17% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #3FFAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAFB is #C00504. Grayscale: #C2C2C2. Windows color (decimal): -12584197 or 16513599. OLE color: 16513599.
HSL color Cylindrical-coordinate representation of color #3FFAFB: hue angle of 180.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAFB is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 251 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.02 |
| HSL | 180.32º | 0.96% | 0.62% | - |
| HSV(B) | 180.32º | 0.75% | 0.98% | - |
| XYZ | 53.65 | 76.39 | 103.18 | - |
| YUV | 194.2 | 160.05 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 251 | 0.75 | 0.00 | 0 | 0.02 | 180.32 | 0.96 | 0.62 |
| Hex | 3F | FA | FB | 4B | 0 | 0 | 2 | B4 | 60 | 3E |
| Octal | 77 | 372 | 373 | 113 | 0 | 0 | 2 | 264 | 140 | 76 |
| Binary | 111111 | 11111010 | 11111011 | 1001011 | 0 | 0 | 10 | 10110100 | 1100000 | 111110 |
Color Harmonies of #3FFAFB
Complementary color
Monochromatic Colors of #3FFAFB
Black with #3FFAFB
Text Example
Text Example
White with #3FFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAFB; }
p { color: rgb(63,250,251); }
H1.HeaderClassName
{
color: #3FFAFB;
}
.AnyTagClassName
{
color: #3FFAFB;
}
</style>
background-color css
<style>
a { background-color: #3FFAFB; }
a { background-color: rgb(63,250,251); }
div.DivClassName
{
background-color: #3FFAFB;
}
.BgClassName
{
background-color: #3FFAFB;
}
</style>
border-color css
<style>
span { border-color: #3FFAFB; }
span { border-color: rgb(63,250,251); }
td.TdClassName
{
border-color: #3FFAFB;
}
.TagClassName
{
border-color: #3FFAFB;
}
</style>