Shades of Baby Blue #3DFAFE
Tints of Baby Blue #3DFAFE
RGB
CMYK
RGB Variations
Color information
#3DFAFE (or 0x3DFAFE) is known color: Baby Blue. HEX triplet: 3D, FA and FE. RGB value is (61,250,254). Sum of RGB (Red+Green+Blue) = 61+250+254=565 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.80% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DFAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFAFE is #C20501. Grayscale: #C1C1C1. Windows color (decimal): -12715266 or 16710205. OLE color: 16710205.
HSL color Cylindrical-coordinate representation of color #3DFAFE: hue angle of 181.24º 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 #3DFAFE is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 250 | 254 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.00 |
| HSL | 181.24º | 0.99% | 0.62% | - |
| HSV(B) | 181.24º | 0.76% | 1% | - |
| XYZ | 54 | 76.52 | 105.69 | - |
| YUV | 193.95 | 161.88 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 250 | 254 | 0.76 | 0.02 | 0 | 0.00 | 181.24 | 0.99 | 0.62 |
| Hex | 3D | FA | FE | 4C | 2 | 0 | 0 | B5 | 63 | 3E |
| Octal | 75 | 372 | 376 | 114 | 2 | 0 | 0 | 265 | 143 | 76 |
| Binary | 111101 | 11111010 | 11111110 | 1001100 | 10 | 0 | 0 | 10110101 | 1100011 | 111110 |
Color Harmonies of #3DFAFE
Complementary color
Monochromatic Colors of #3DFAFE
Black with #3DFAFE
Text Example
Text Example
White with #3DFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFAFE; }
p { color: rgb(61,250,254); }
H1.HeaderClassName
{
color: #3DFAFE;
}
.AnyTagClassName
{
color: #3DFAFE;
}
</style>
background-color css
<style>
a { background-color: #3DFAFE; }
a { background-color: rgb(61,250,254); }
div.DivClassName
{
background-color: #3DFAFE;
}
.BgClassName
{
background-color: #3DFAFE;
}
</style>
border-color css
<style>
span { border-color: #3DFAFE; }
span { border-color: rgb(61,250,254); }
td.TdClassName
{
border-color: #3DFAFE;
}
.TagClassName
{
border-color: #3DFAFE;
}
</style>