Shades of Baby Blue #38FFFD
Tints of Baby Blue #38FFFD
RGB
CMYK
RGB Variations
Color information
#38FFFD (or 0x38FFFD) is known color: Baby Blue. HEX triplet: 38, FF and FD. RGB value is (56,255,253). Sum of RGB (Red+Green+Blue) = 56+255+253=564 (74% of max value = 765). Red value is 56 (22.27% from 255 or 9.93% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFFD is #C70002. Grayscale: #C3C3C3. Windows color (decimal): -13041667 or 16645944. OLE color: 16645944.
HSL color Cylindrical-coordinate representation of color #38FFFD: hue angle of 179.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFFD is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 253 | - |
| CMYK | 0.78 | 0 | 0.01 | 0 |
| HSL | 179.4º | 1% | 0.61% | - |
| HSV(B) | 179.4º | 0.78% | 1% | - |
| XYZ | 55.12 | 79.45 | 105.36 | - |
| YUV | 195.27 | 160.57 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 253 | 0.78 | 0 | 0.01 | 0 | 179.4 | 1 | 0.61 |
| Hex | 38 | FF | FD | 4E | 0 | 1 | 0 | B3 | 64 | 3D |
| Octal | 70 | 377 | 375 | 116 | 0 | 1 | 0 | 263 | 144 | 75 |
| Binary | 111000 | 11111111 | 11111101 | 1001110 | 0 | 1 | 0 | 10110011 | 1100100 | 111101 |
Color Harmonies of #38FFFD
Complementary color
Monochromatic Colors of #38FFFD
Black with #38FFFD
Text Example
Text Example
White with #38FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFFD; }
p { color: rgb(56,255,253); }
H1.HeaderClassName
{
color: #38FFFD;
}
.AnyTagClassName
{
color: #38FFFD;
}
</style>
background-color css
<style>
a { background-color: #38FFFD; }
a { background-color: rgb(56,255,253); }
div.DivClassName
{
background-color: #38FFFD;
}
.BgClassName
{
background-color: #38FFFD;
}
</style>
border-color css
<style>
span { border-color: #38FFFD; }
span { border-color: rgb(56,255,253); }
td.TdClassName
{
border-color: #38FFFD;
}
.TagClassName
{
border-color: #38FFFD;
}
</style>