Shades of Baby Blue #67F2F5
Tints of Baby Blue #67F2F5
RGB
CMYK
RGB Variations
Color information
#67F2F5 (or 0x67F2F5) is known color: Baby Blue. HEX triplet: 67, F2 and F5. RGB value is (103,242,245). Sum of RGB (Red+Green+Blue) = 103+242+245=590 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.46% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #67F2F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F2F5 is #980D0A. Grayscale: #C8C8C8. Windows color (decimal): -9964811 or 16118375. OLE color: 16118375.
HSL color Cylindrical-coordinate representation of color #67F2F5: hue angle of 181.27º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F2F5 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 242 | 245 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.04 |
| HSL | 181.27º | 0.88% | 0.68% | - |
| HSV(B) | 181.27º | 0.58% | 0.96% | - |
| XYZ | 53.83 | 72.98 | 97.64 | - |
| YUV | 200.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 245 | 0.58 | 0.01 | 0 | 0.04 | 181.27 | 0.88 | 0.68 |
| Hex | 67 | F2 | F5 | 3A | 1 | 0 | 4 | B5 | 58 | 44 |
| Octal | 147 | 362 | 365 | 72 | 1 | 0 | 4 | 265 | 130 | 104 |
| Binary | 1100111 | 11110010 | 11110101 | 111010 | 1 | 0 | 100 | 10110101 | 1011000 | 1000100 |
Color Harmonies of #67F2F5
Complementary color
Monochromatic Colors of #67F2F5
Black with #67F2F5
Text Example
Text Example
White with #67F2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F2F5; }
p { color: rgb(103,242,245); }
H1.HeaderClassName
{
color: #67F2F5;
}
.AnyTagClassName
{
color: #67F2F5;
}
</style>
background-color css
<style>
a { background-color: #67F2F5; }
a { background-color: rgb(103,242,245); }
div.DivClassName
{
background-color: #67F2F5;
}
.BgClassName
{
background-color: #67F2F5;
}
</style>
border-color css
<style>
span { border-color: #67F2F5; }
span { border-color: rgb(103,242,245); }
td.TdClassName
{
border-color: #67F2F5;
}
.TagClassName
{
border-color: #67F2F5;
}
</style>