Shades of Baby Blue #67F5E3
Tints of Baby Blue #67F5E3
RGB
CMYK
RGB Variations
Color information
#67F5E3 (or 0x67F5E3) is known color: Baby Blue. HEX triplet: 67, F5 and E3. RGB value is (103,245,227). Sum of RGB (Red+Green+Blue) = 103+245+227=575 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.91% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #67F5E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F5E3 is #980A1C. Grayscale: #C8C8C8. Windows color (decimal): -9964061 or 14939495. OLE color: 14939495.
HSL color Cylindrical-coordinate representation of color #67F5E3: hue angle of 172.39º 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 #67F5E3 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 245 | 227 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.04 |
| HSL | 172.39º | 0.88% | 0.68% | - |
| HSV(B) | 172.39º | 0.58% | 0.96% | - |
| XYZ | 52.11 | 73.73 | 84.16 | - |
| YUV | 200.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 245 | 227 | 0.58 | 0 | 0.07 | 0.04 | 172.39 | 0.88 | 0.68 |
| Hex | 67 | F5 | E3 | 3A | 0 | 7 | 4 | AC | 58 | 44 |
| Octal | 147 | 365 | 343 | 72 | 0 | 7 | 4 | 254 | 130 | 104 |
| Binary | 1100111 | 11110101 | 11100011 | 111010 | 0 | 111 | 100 | 10101100 | 1011000 | 1000100 |
Color Harmonies of #67F5E3
Complementary color
Monochromatic Colors of #67F5E3
Black with #67F5E3
Text Example
Text Example
White with #67F5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F5E3; }
p { color: rgb(103,245,227); }
H1.HeaderClassName
{
color: #67F5E3;
}
.AnyTagClassName
{
color: #67F5E3;
}
</style>
background-color css
<style>
a { background-color: #67F5E3; }
a { background-color: rgb(103,245,227); }
div.DivClassName
{
background-color: #67F5E3;
}
.BgClassName
{
background-color: #67F5E3;
}
</style>
border-color css
<style>
span { border-color: #67F5E3; }
span { border-color: rgb(103,245,227); }
td.TdClassName
{
border-color: #67F5E3;
}
.TagClassName
{
border-color: #67F5E3;
}
</style>