Shades of Baby Blue #3CFEFB
Tints of Baby Blue #3CFEFB
RGB
CMYK
RGB Variations
Color information
#3CFEFB (or 0x3CFEFB) is known color: Baby Blue. HEX triplet: 3C, FE and FB. RGB value is (60,254,251). Sum of RGB (Red+Green+Blue) = 60+254+251=565 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.62% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFEFB is #C30104. Grayscale: #C3C3C3. Windows color (decimal): -12779781 or 16514620. OLE color: 16514620.
HSL color Cylindrical-coordinate representation of color #3CFEFB: hue angle of 179.07º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEFB is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 251 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.00 |
| HSL | 179.07º | 0.99% | 0.62% | - |
| HSV(B) | 179.07º | 0.76% | 1% | - |
| XYZ | 54.72 | 78.81 | 103.59 | - |
| YUV | 195.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 251 | 0.76 | 0 | 0.01 | 0.00 | 179.07 | 0.99 | 0.62 |
| Hex | 3C | FE | FB | 4C | 0 | 1 | 0 | B3 | 63 | 3E |
| Octal | 74 | 376 | 373 | 114 | 0 | 1 | 0 | 263 | 143 | 76 |
| Binary | 111100 | 11111110 | 11111011 | 1001100 | 0 | 1 | 0 | 10110011 | 1100011 | 111110 |
Color Harmonies of #3CFEFB
Complementary color
Monochromatic Colors of #3CFEFB
Black with #3CFEFB
Text Example
Text Example
White with #3CFEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEFB; }
p { color: rgb(60,254,251); }
H1.HeaderClassName
{
color: #3CFEFB;
}
.AnyTagClassName
{
color: #3CFEFB;
}
</style>
background-color css
<style>
a { background-color: #3CFEFB; }
a { background-color: rgb(60,254,251); }
div.DivClassName
{
background-color: #3CFEFB;
}
.BgClassName
{
background-color: #3CFEFB;
}
</style>
border-color css
<style>
span { border-color: #3CFEFB; }
span { border-color: rgb(60,254,251); }
td.TdClassName
{
border-color: #3CFEFB;
}
.TagClassName
{
border-color: #3CFEFB;
}
</style>