Shades of Baby Blue #3DF3FF
Tints of Baby Blue #3DF3FF
RGB
CMYK
RGB Variations
Color information
#3DF3FF (or 0x3DF3FF) is known color: Baby Blue. HEX triplet: 3D, F3 and FF. RGB value is (61,243,255). Sum of RGB (Red+Green+Blue) = 61+243+255=559 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.91% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DF3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF3FF is #C20C00. Grayscale: #BDBDBD. Windows color (decimal): -12717057 or 16773949. OLE color: 16773949.
HSL color Cylindrical-coordinate representation of color #3DF3FF: hue angle of 183.71º 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 #3DF3FF is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 243 | 255 | - |
| CMYK | 0.76 | 0.05 | 0 | 0 |
| HSL | 183.71º | 1% | 0.62% | - |
| HSV(B) | 183.71º | 0.76% | 1% | - |
| XYZ | 52.03 | 72.31 | 105.82 | - |
| YUV | 189.95 | 164.7 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 255 | 0.76 | 0.05 | 0 | 0 | 183.71 | 1 | 0.62 |
| Hex | 3D | F3 | FF | 4C | 5 | 0 | 0 | B8 | 64 | 3E |
| Octal | 75 | 363 | 377 | 114 | 5 | 0 | 0 | 270 | 144 | 76 |
| Binary | 111101 | 11110011 | 11111111 | 1001100 | 101 | 0 | 0 | 10111000 | 1100100 | 111110 |
Color Harmonies of #3DF3FF
Complementary color
Monochromatic Colors of #3DF3FF
Black with #3DF3FF
Text Example
Text Example
White with #3DF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3FF; }
p { color: rgb(61,243,255); }
H1.HeaderClassName
{
color: #3DF3FF;
}
.AnyTagClassName
{
color: #3DF3FF;
}
</style>
background-color css
<style>
a { background-color: #3DF3FF; }
a { background-color: rgb(61,243,255); }
div.DivClassName
{
background-color: #3DF3FF;
}
.BgClassName
{
background-color: #3DF3FF;
}
</style>
border-color css
<style>
span { border-color: #3DF3FF; }
span { border-color: rgb(61,243,255); }
td.TdClassName
{
border-color: #3DF3FF;
}
.TagClassName
{
border-color: #3DF3FF;
}
</style>