Shades of Baby Blue #38FEFF
Tints of Baby Blue #38FEFF
RGB
CMYK
RGB Variations
Color information
#38FEFF (or 0x38FEFF) is known color: Baby Blue. HEX triplet: 38, FE and FF. RGB value is (56,254,255). Sum of RGB (Red+Green+Blue) = 56+254+255=565 (74% of max value = 765). Red value is 56 (22.27% from 255 or 9.91% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #38FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FEFF is #C70100. Grayscale: #C2C2C2. Windows color (decimal): -13041921 or 16776760. OLE color: 16776760.
HSL color Cylindrical-coordinate representation of color #38FEFF: hue angle of 180.3º 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 #38FEFF is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 254 | 255 | - |
| CMYK | 0.78 | 0.00 | 0 | 0 |
| HSL | 180.3º | 1% | 0.61% | - |
| HSV(B) | 180.3º | 0.78% | 1% | - |
| XYZ | 55.12 | 78.94 | 106.94 | - |
| YUV | 194.91 | 161.9 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 255 | 0.78 | 0.00 | 0 | 0 | 180.3 | 1 | 0.61 |
| Hex | 38 | FE | FF | 4E | 0 | 0 | 0 | B4 | 64 | 3D |
| Octal | 70 | 376 | 377 | 116 | 0 | 0 | 0 | 264 | 144 | 75 |
| Binary | 111000 | 11111110 | 11111111 | 1001110 | 0 | 0 | 0 | 10110100 | 1100100 | 111101 |
Color Harmonies of #38FEFF
Complementary color
Monochromatic Colors of #38FEFF
Black with #38FEFF
Text Example
Text Example
White with #38FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FEFF; }
p { color: rgb(56,254,255); }
H1.HeaderClassName
{
color: #38FEFF;
}
.AnyTagClassName
{
color: #38FEFF;
}
</style>
background-color css
<style>
a { background-color: #38FEFF; }
a { background-color: rgb(56,254,255); }
div.DivClassName
{
background-color: #38FEFF;
}
.BgClassName
{
background-color: #38FEFF;
}
</style>
border-color css
<style>
span { border-color: #38FEFF; }
span { border-color: rgb(56,254,255); }
td.TdClassName
{
border-color: #38FEFF;
}
.TagClassName
{
border-color: #38FEFF;
}
</style>