Shades of Baby Blue #67FFFD
Tints of Baby Blue #67FFFD
RGB
CMYK
RGB Variations
Color information
#67FFFD (or 0x67FFFD) is known color: Baby Blue. HEX triplet: 67, FF and FD. RGB value is (103,255,253). Sum of RGB (Red+Green+Blue) = 103+255+253=611 (80% of max value = 765). Red value is 103 (40.62% from 255 or 16.86% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FFFD is #980002. Grayscale: #D1D1D1. Windows color (decimal): -9961475 or 16645991. OLE color: 16645991.
HSL color Cylindrical-coordinate representation of color #67FFFD: hue angle of 179.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67FFFD is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 253 | - |
| CMYK | 0.60 | 0 | 0.01 | 0 |
| HSL | 179.21º | 1% | 0.7% | - |
| HSV(B) | 179.21º | 0.6% | 1% | - |
| XYZ | 59.08 | 81.5 | 105.54 | - |
| YUV | 209.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 253 | 0.60 | 0 | 0.01 | 0 | 179.21 | 1 | 0.7 |
| Hex | 67 | FF | FD | 3C | 0 | 1 | 0 | B3 | 64 | 46 |
| Octal | 147 | 377 | 375 | 74 | 0 | 1 | 0 | 263 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11111101 | 111100 | 0 | 1 | 0 | 10110011 | 1100100 | 1000110 |
Color Harmonies of #67FFFD
Complementary color
Monochromatic Colors of #67FFFD
Black with #67FFFD
Text Example
Text Example
White with #67FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFFD; }
p { color: rgb(103,255,253); }
H1.HeaderClassName
{
color: #67FFFD;
}
.AnyTagClassName
{
color: #67FFFD;
}
</style>
background-color css
<style>
a { background-color: #67FFFD; }
a { background-color: rgb(103,255,253); }
div.DivClassName
{
background-color: #67FFFD;
}
.BgClassName
{
background-color: #67FFFD;
}
</style>
border-color css
<style>
span { border-color: #67FFFD; }
span { border-color: rgb(103,255,253); }
td.TdClassName
{
border-color: #67FFFD;
}
.TagClassName
{
border-color: #67FFFD;
}
</style>