Shades of Baby Blue #3FFDFE
Tints of Baby Blue #3FFDFE
RGB
CMYK
RGB Variations
Color information
#3FFDFE (or 0x3FFDFE) is known color: Baby Blue. HEX triplet: 3F, FD and FE. RGB value is (63,253,254). Sum of RGB (Red+Green+Blue) = 63+253+254=570 (75% of max value = 765). Red value is 63 (25% from 255 or 11.05% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FFDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFDFE is #C00201. Grayscale: #C4C4C4. Windows color (decimal): -12583426 or 16710975. OLE color: 16710975.
HSL color Cylindrical-coordinate representation of color #3FFDFE: hue angle of 180.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDFE is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 253 | 254 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.00 |
| HSL | 180.31º | 0.99% | 0.62% | - |
| HSV(B) | 180.31º | 0.75% | 1% | - |
| XYZ | 55.06 | 78.46 | 106.01 | - |
| YUV | 196.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 254 | 0.75 | 0.00 | 0 | 0.00 | 180.31 | 0.99 | 0.62 |
| Hex | 3F | FD | FE | 4B | 0 | 0 | 0 | B4 | 63 | 3E |
| Octal | 77 | 375 | 376 | 113 | 0 | 0 | 0 | 264 | 143 | 76 |
| Binary | 111111 | 11111101 | 11111110 | 1001011 | 0 | 0 | 0 | 10110100 | 1100011 | 111110 |
Color Harmonies of #3FFDFE
Complementary color
Monochromatic Colors of #3FFDFE
Black with #3FFDFE
Text Example
Text Example
White with #3FFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDFE; }
p { color: rgb(63,253,254); }
H1.HeaderClassName
{
color: #3FFDFE;
}
.AnyTagClassName
{
color: #3FFDFE;
}
</style>
background-color css
<style>
a { background-color: #3FFDFE; }
a { background-color: rgb(63,253,254); }
div.DivClassName
{
background-color: #3FFDFE;
}
.BgClassName
{
background-color: #3FFDFE;
}
</style>
border-color css
<style>
span { border-color: #3FFDFE; }
span { border-color: rgb(63,253,254); }
td.TdClassName
{
border-color: #3FFDFE;
}
.TagClassName
{
border-color: #3FFDFE;
}
</style>