Shades of Baby Blue #3FFCFA
Tints of Baby Blue #3FFCFA
RGB
CMYK
RGB Variations
Color information
#3FFCFA (or 0x3FFCFA) is known color: Baby Blue. HEX triplet: 3F, FC and FA. RGB value is (63,252,250). Sum of RGB (Red+Green+Blue) = 63+252+250=565 (74% of max value = 765). Red value is 63 (25% from 255 or 11.15% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCFA is #C00305. Grayscale: #C3C3C3. Windows color (decimal): -12583686 or 16448575. OLE color: 16448575.
HSL color Cylindrical-coordinate representation of color #3FFCFA: hue angle of 179.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCFA is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 250 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.01 |
| HSL | 179.37º | 0.97% | 0.62% | - |
| HSV(B) | 179.37º | 0.75% | 0.99% | - |
| XYZ | 54.12 | 77.58 | 102.56 | - |
| YUV | 195.26 | 158.88 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 250 | 0.75 | 0 | 0.01 | 0.01 | 179.37 | 0.97 | 0.62 |
| Hex | 3F | FC | FA | 4B | 0 | 1 | 1 | B3 | 61 | 3E |
| Octal | 77 | 374 | 372 | 113 | 0 | 1 | 1 | 263 | 141 | 76 |
| Binary | 111111 | 11111100 | 11111010 | 1001011 | 0 | 1 | 1 | 10110011 | 1100001 | 111110 |
Color Harmonies of #3FFCFA
Complementary color
Monochromatic Colors of #3FFCFA
Black with #3FFCFA
Text Example
Text Example
White with #3FFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCFA; }
p { color: rgb(63,252,250); }
H1.HeaderClassName
{
color: #3FFCFA;
}
.AnyTagClassName
{
color: #3FFCFA;
}
</style>
background-color css
<style>
a { background-color: #3FFCFA; }
a { background-color: rgb(63,252,250); }
div.DivClassName
{
background-color: #3FFCFA;
}
.BgClassName
{
background-color: #3FFCFA;
}
</style>
border-color css
<style>
span { border-color: #3FFCFA; }
span { border-color: rgb(63,252,250); }
td.TdClassName
{
border-color: #3FFCFA;
}
.TagClassName
{
border-color: #3FFCFA;
}
</style>