Shades of Baby Blue #3DF4FF
Tints of Baby Blue #3DF4FF
RGB
CMYK
RGB Variations
Color information
#3DF4FF (or 0x3DF4FF) is known color: Baby Blue. HEX triplet: 3D, F4 and FF. RGB value is (61,244,255). Sum of RGB (Red+Green+Blue) = 61+244+255=560 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.89% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DF4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF4FF is #C20B00. Grayscale: #BEBEBE. Windows color (decimal): -12716801 or 16774205. OLE color: 16774205.
HSL color Cylindrical-coordinate representation of color #3DF4FF: hue angle of 183.4º 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 #3DF4FF is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 244 | 255 | - |
| CMYK | 0.76 | 0.04 | 0 | 0 |
| HSL | 183.4º | 1% | 0.62% | - |
| HSV(B) | 183.4º | 0.76% | 1% | - |
| XYZ | 52.33 | 72.91 | 105.92 | - |
| YUV | 190.54 | 164.37 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 255 | 0.76 | 0.04 | 0 | 0 | 183.4 | 1 | 0.62 |
| Hex | 3D | F4 | FF | 4C | 4 | 0 | 0 | B7 | 64 | 3E |
| Octal | 75 | 364 | 377 | 114 | 4 | 0 | 0 | 267 | 144 | 76 |
| Binary | 111101 | 11110100 | 11111111 | 1001100 | 100 | 0 | 0 | 10110111 | 1100100 | 111110 |
Color Harmonies of #3DF4FF
Complementary color
Monochromatic Colors of #3DF4FF
Black with #3DF4FF
Text Example
Text Example
White with #3DF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4FF; }
p { color: rgb(61,244,255); }
H1.HeaderClassName
{
color: #3DF4FF;
}
.AnyTagClassName
{
color: #3DF4FF;
}
</style>
background-color css
<style>
a { background-color: #3DF4FF; }
a { background-color: rgb(61,244,255); }
div.DivClassName
{
background-color: #3DF4FF;
}
.BgClassName
{
background-color: #3DF4FF;
}
</style>
border-color css
<style>
span { border-color: #3DF4FF; }
span { border-color: rgb(61,244,255); }
td.TdClassName
{
border-color: #3DF4FF;
}
.TagClassName
{
border-color: #3DF4FF;
}
</style>