Shades of Baby Blue #3DFEFF
Tints of Baby Blue #3DFEFF
RGB
CMYK
RGB Variations
Color information
#3DFEFF (or 0x3DFEFF) is known color: Baby Blue. HEX triplet: 3D, FE and FF. RGB value is (61,254,255). Sum of RGB (Red+Green+Blue) = 61+254+255=570 (75% of max value = 765). Red value is 61 (24.22% from 255 or 10.70% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DFEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFEFF is #C20100. Grayscale: #C4C4C4. Windows color (decimal): -12714241 or 16776765. OLE color: 16776765.
HSL color Cylindrical-coordinate representation of color #3DFEFF: hue angle of 180.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFEFF is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 254 | 255 | - |
| CMYK | 0.76 | 0.00 | 0 | 0 |
| HSL | 180.31º | 1% | 0.62% | - |
| HSV(B) | 180.31º | 0.76% | 1% | - |
| XYZ | 55.42 | 79.1 | 106.95 | - |
| YUV | 196.41 | 161.06 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 255 | 0.76 | 0.00 | 0 | 0 | 180.31 | 1 | 0.62 |
| Hex | 3D | FE | FF | 4C | 0 | 0 | 0 | B4 | 64 | 3E |
| Octal | 75 | 376 | 377 | 114 | 0 | 0 | 0 | 264 | 144 | 76 |
| Binary | 111101 | 11111110 | 11111111 | 1001100 | 0 | 0 | 0 | 10110100 | 1100100 | 111110 |
Color Harmonies of #3DFEFF
Complementary color
Monochromatic Colors of #3DFEFF
Black with #3DFEFF
Text Example
Text Example
White with #3DFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEFF; }
p { color: rgb(61,254,255); }
H1.HeaderClassName
{
color: #3DFEFF;
}
.AnyTagClassName
{
color: #3DFEFF;
}
</style>
background-color css
<style>
a { background-color: #3DFEFF; }
a { background-color: rgb(61,254,255); }
div.DivClassName
{
background-color: #3DFEFF;
}
.BgClassName
{
background-color: #3DFEFF;
}
</style>
border-color css
<style>
span { border-color: #3DFEFF; }
span { border-color: rgb(61,254,255); }
td.TdClassName
{
border-color: #3DFEFF;
}
.TagClassName
{
border-color: #3DFEFF;
}
</style>