Shades of Baby Blue #3FF2FF
Tints of Baby Blue #3FF2FF
RGB
CMYK
RGB Variations
Color information
#3FF2FF (or 0x3FF2FF) is known color: Baby Blue. HEX triplet: 3F, F2 and FF. RGB value is (63,242,255). Sum of RGB (Red+Green+Blue) = 63+242+255=560 (74% of max value = 765). Red value is 63 (25% from 255 or 11.25% from 560); Green value is 242 (94.92% from 255 or 43.21% 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 #3FF2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2FF is #C00D00. Grayscale: #BDBDBD. Windows color (decimal): -12586241 or 16773695. OLE color: 16773695.
HSL color Cylindrical-coordinate representation of color #3FF2FF: hue angle of 184.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF2FF is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 242 | 255 | - |
| CMYK | 0.75 | 0.05 | 0 | 0 |
| HSL | 184.06º | 1% | 0.62% | - |
| HSV(B) | 184.06º | 0.75% | 1% | - |
| XYZ | 51.85 | 71.78 | 105.73 | - |
| YUV | 189.96 | 164.7 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 255 | 0.75 | 0.05 | 0 | 0 | 184.06 | 1 | 0.62 |
| Hex | 3F | F2 | FF | 4B | 5 | 0 | 0 | B8 | 64 | 3E |
| Octal | 77 | 362 | 377 | 113 | 5 | 0 | 0 | 270 | 144 | 76 |
| Binary | 111111 | 11110010 | 11111111 | 1001011 | 101 | 0 | 0 | 10111000 | 1100100 | 111110 |
Color Harmonies of #3FF2FF
Complementary color
Monochromatic Colors of #3FF2FF
Black with #3FF2FF
Text Example
Text Example
White with #3FF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2FF; }
p { color: rgb(63,242,255); }
H1.HeaderClassName
{
color: #3FF2FF;
}
.AnyTagClassName
{
color: #3FF2FF;
}
</style>
background-color css
<style>
a { background-color: #3FF2FF; }
a { background-color: rgb(63,242,255); }
div.DivClassName
{
background-color: #3FF2FF;
}
.BgClassName
{
background-color: #3FF2FF;
}
</style>
border-color css
<style>
span { border-color: #3FF2FF; }
span { border-color: rgb(63,242,255); }
td.TdClassName
{
border-color: #3FF2FF;
}
.TagClassName
{
border-color: #3FF2FF;
}
</style>