Shades of Baby Blue #3DF7FF
Tints of Baby Blue #3DF7FF
RGB
CMYK
RGB Variations
Color information
#3DF7FF (or 0x3DF7FF) is known color: Baby Blue. HEX triplet: 3D, F7 and FF. RGB value is (61,247,255). Sum of RGB (Red+Green+Blue) = 61+247+255=563 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.83% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DF7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF7FF is #C20800. Grayscale: #C0C0C0. Windows color (decimal): -12716033 or 16774973. OLE color: 16774973.
HSL color Cylindrical-coordinate representation of color #3DF7FF: hue angle of 182.47º 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 #3DF7FF is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 247 | 255 | - |
| CMYK | 0.76 | 0.03 | 0 | 0 |
| HSL | 182.47º | 1% | 0.62% | - |
| HSV(B) | 182.47º | 0.76% | 1% | - |
| XYZ | 53.24 | 74.73 | 106.23 | - |
| YUV | 192.3 | 163.38 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 255 | 0.76 | 0.03 | 0 | 0 | 182.47 | 1 | 0.62 |
| Hex | 3D | F7 | FF | 4C | 3 | 0 | 0 | B6 | 64 | 3E |
| Octal | 75 | 367 | 377 | 114 | 3 | 0 | 0 | 266 | 144 | 76 |
| Binary | 111101 | 11110111 | 11111111 | 1001100 | 11 | 0 | 0 | 10110110 | 1100100 | 111110 |
Color Harmonies of #3DF7FF
Complementary color
Monochromatic Colors of #3DF7FF
Black with #3DF7FF
Text Example
Text Example
White with #3DF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF7FF; }
p { color: rgb(61,247,255); }
H1.HeaderClassName
{
color: #3DF7FF;
}
.AnyTagClassName
{
color: #3DF7FF;
}
</style>
background-color css
<style>
a { background-color: #3DF7FF; }
a { background-color: rgb(61,247,255); }
div.DivClassName
{
background-color: #3DF7FF;
}
.BgClassName
{
background-color: #3DF7FF;
}
</style>
border-color css
<style>
span { border-color: #3DF7FF; }
span { border-color: rgb(61,247,255); }
td.TdClassName
{
border-color: #3DF7FF;
}
.TagClassName
{
border-color: #3DF7FF;
}
</style>