Shades of Baby Blue #38FFFF
Tints of Baby Blue #38FFFF
RGB
CMYK
RGB Variations
Color information
#38FFFF (or 0x38FFFF) is known color: Baby Blue. HEX triplet: 38, FF and FF. RGB value is (56,255,255). Sum of RGB (Red+Green+Blue) = 56+255+255=566 (74% of max value = 765). Red value is 56 (22.27% from 255 or 9.89% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #38FFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFFF is #C70000. Grayscale: #C3C3C3. Windows color (decimal): -13041665 or 16777016. OLE color: 16777016.
HSL color Cylindrical-coordinate representation of color #38FFFF: hue angle of 180º 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 #38FFFF is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 255 | - |
| CMYK | 0.78 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.61% | - |
| HSV(B) | 180º | 0.78% | 1% | - |
| XYZ | 55.44 | 79.58 | 107.05 | - |
| YUV | 195.5 | 161.57 | 28.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 255 | 0.78 | 0 | 0 | 0 | 180 | 1 | 0.61 |
| Hex | 38 | FF | FF | 4E | 0 | 0 | 0 | B4 | 64 | 3D |
| Octal | 70 | 377 | 377 | 116 | 0 | 0 | 0 | 264 | 144 | 75 |
| Binary | 111000 | 11111111 | 11111111 | 1001110 | 0 | 0 | 0 | 10110100 | 1100100 | 111101 |
Color Harmonies of #38FFFF
Complementary color
Monochromatic Colors of #38FFFF
Black with #38FFFF
Text Example
Text Example
White with #38FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFFF; }
p { color: rgb(56,255,255); }
H1.HeaderClassName
{
color: #38FFFF;
}
.AnyTagClassName
{
color: #38FFFF;
}
</style>
background-color css
<style>
a { background-color: #38FFFF; }
a { background-color: rgb(56,255,255); }
div.DivClassName
{
background-color: #38FFFF;
}
.BgClassName
{
background-color: #38FFFF;
}
</style>
border-color css
<style>
span { border-color: #38FFFF; }
span { border-color: rgb(56,255,255); }
td.TdClassName
{
border-color: #38FFFF;
}
.TagClassName
{
border-color: #38FFFF;
}
</style>